Releases: microsoft/vscode-java-debug
Releases · microsoft/vscode-java-debug
Release 0.17.0
Release 0.16.0
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.forceBuildBeforeLaunchto control whether to build the workspace before Run/Debug. #462. - F5 will auto launch the current Java file if
mainClassin 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.openapi instead ofopnlibrary. #479.
Fixed
- Fix the main class isn't unique issue. #420.
0.15.0
0.14.0
Prepare CHANGELOG for 0.14.0 (#456)
0.13.0: Update changelog (#436)
* Update changelog Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Update changelog per review