Releases: adashen/vscode-tomcat
Releases · adashen/vscode-tomcat
v0.12.1
Fixed
- Regression issue: failed to debug a WAR package. #329
- Empty string in META-INF/context.xml was not handled well. #234
v0.12.0
Added
- New setting
tomcat.customEnv
to specify custom environment variables. Now it is allowed to launch Tomcat servers with a different Java runtime by specifying a JAVA_HOME
env. #318
Changed
- Always ask for confirmation when deleting a Tomcat server. #306
Tomcat for VS Code v0.11.2
- Update the vscode-extension-telemetry-wrapper to 0.8.0.
Tomcat for VS Code v0.11.0
Added
- Support to use the context.xml if present
Tomcat for VS Code v0.10.1
Fixed
- Upgraded telemetry wrapper to 0.3.3 to fix issue #227
v0.10.0
Added
- Support right click on exploded war folder to run it directory Tomcat Server
- Support right click on exploded war folder to debug it directory on Tomcat Server
Fixed
v0.9.0
Added
- Add command "Generate War Package from Current Folder"
Fixed
v0.8.0
Added
- Enable "Open in Browser" command for idle server too
- Support right click on server to select a war package to debug
Fixed
Changed
- Rename extension to "Tomcat for Java" #162
- Update war package icon
- Update demo gif in README
v0.7.0
Added
- Support automaticaly run operations aginst the server when there is only one Tomcat Server in work space
Fixed
Changed
- Update the server home page header
- Provide a centralized usage demo in the beginning of README