Releases: adashen/vscode-tomcat
Releases · adashen/vscode-tomcat
v0.6.0
Added
- Add "Reveal in Explorer" context command to war packages in Tomcat Exploer
- Add "Delete" context command to war packages in Tomcat Explorer
- Add support for users to customize JVM options
Changed
- Update context commands names
- Format the server.xml during creating Tomcat Server
v0.5.0
Added
- Validate Tomcat install directory when user creating Tomcat Server
- Add "Restart Tomcat Server" command
- Add command palette entry for users to run "Debug on Tomcat Server"
- Support users to config the Tomcat Servers workspace in settings
- Add refresh button in Tomcat Server Explorer
- Support Tomcat Server renaming from Tomcat Server Explorer
- Show war packages deployed to Tomcat Server in sub-tree in Tomcat Server Explorer
- Add context command to browse war package
- Support right-click to Add Tomcat Server in Tomcat Server Explorer
Changed
- Support creating multiple Tomcat Servers from same install path
- Construct the Tomcat Server name automatically base on install path
- Add option for users to choose never restarting Tomcat Server even if the http(s) port changed
Fixed
v0.4.0
Added
- Add "+" button in Tomcat Server Explorer to create new Tomcat Server
- Add option to create new Tomcat Server to start if there is no server to start
- Add context command "Delete Tomcat Server" for running server in Tomcat Server Explorer
Changed
- Browse directly to select Tomcat Directory and create Tomcat Server without clicking "Browse..."
- Prompt information message to confirm continuing operations when user creating same Tomcat Server
Fixed
- Using command to start a running server throw error and shutdown the running server #60
- Error message shows not clear enough information to user when no server to stop #42
- Using command to delete a running server didn't kill all tomcat process #61
- Command 'Open server.xml' command shows in Tomcat Server Explorer even if there is no Tomcat Server #37