Skip to content

Release 0.16.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 12 Dec 09:24
0651087

Added

  • Provide Chinese localized settings page for Java debugger, including launch.json configuration and user settings. #472, #477.
  • Add new user settings java.debug.settings.forceBuildBeforeLaunch to control whether to build the workspace before Run/Debug. #462.
  • F5 will auto launch the current Java file if mainClass in launch.json is set to the variable ${file}. #431

Changed

  • Simplify generated launch.json. #476.
  • Remove the emoji before Run/Debug CodeLens. #475.
  • Use vscode.open api instead of opn library. #479.

Fixed

  • Fix the main class isn't unique issue. #420.