Skip to content

Release 0.23.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 29 Oct 04:21
b900048

Added

  • Provide "Fix..." suggestions when "Build failed" occurs during launching the application. #358.
  • Prompt to add the folder to source path if the running file isn't on classpath. #470.
  • Provide samples for the commonly used debug configuration. See the doc.

Fixed

  • It's safe to keep running the run/debug codelens if the debug configuration fails to save into the launch.json. PR#673.
  • Improve the error handling when running the file via the context "run" or "debug" menu. PR#679.
  • Support searching main classes from the workspace invisible project. PR#305.

Changed

  • Update troubleshooting doc for class not found error. See the doc.
  • Update troubleshooting doc for build failed error. See the doc.