Skip to content

Releases: adashen/vscode-tomcat

v0.6.0

06 Jul 01:58
92d4b76
Compare
Choose a tag to compare

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

06 Jul 01:57
8358128
Compare
Choose a tag to compare

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

  • Just deploy a war package without restarting a Tomcat Server when users keep runing/debuging new war package on it #59
  • Poping up error message with a revert action instead of just restarting Tomcat Server when user change server port of a running server #28

v0.4.0

06 Jul 01:57
69aacc6
Compare
Choose a tag to compare

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

V0.3.0

29 Dec 03:59
Compare
Choose a tag to compare

Added

  • Support starting Tomcat from Tomcat Server Explorer
  • Support restart if server.xml of a running server is updated
  • Support open root page from Tomcat Server Explorer

Fixed

  • Package the extension to work on linux OS #10
  • Force stop Tomcat when closing Visual Studio Code #6

V0.2.1

07 Dec 08:40
Compare
Choose a tag to compare

Added

  • Support opening/editoring server.xml of the tomcat instance in workspace from Tomcat Servers Explorer

V0.1.0

04 Dec 02:27
d284aaa
Compare
Choose a tag to compare
  • Initial release

Added

  • Create Tomcat server in workspace
  • Debug war package on Tomcat server
  • Run war package on Tomcat server
  • Delete the Tomcat server in workspace