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 ofopn
library. #479.
Fixed
- Fix the main class isn't unique issue. #420.