Skip to content

Commit

Permalink
Prepare release for 0.54.0 (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen authored Aug 28, 2023
1 parent 2ae6677 commit 415ae57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.54.0 - 2023-08-29
### Added
- Code completion in DEBUG CONSOLE now adds fully qualified names for unimported classes. See [#1246](https:/microsoft/vscode-java-debug/issues/1246).
- Code completion in DEBUG CONSOLE now displays package names for suggested types. See [java-debug#505](https:/microsoft/java-debug/pull/505).
- Integrate the build support for Gradle build server project. See [#1372](https:/microsoft/vscode-java-debug/pull/1372), [java-debug#503](https:/microsoft/java-debug/pull/503)

### Changed
- Respect the setting 'java.debug.settings.forceBuildBeforeLaunch' even if autobuild is disabled. See [#1380](https:/microsoft/vscode-java-debug/pull/1380).

## 0.53.0 - 2023-08-01
### Added
- Automatically refresh the CALL STACK view when the attached sources for frames have changed. See [#1370](https:/microsoft/vscode-java-debug/pull/1370).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-java-debug",
"displayName": "Debugger for Java",
"description": "A lightweight Java debugger for Visual Studio Code",
"version": "0.53.0",
"version": "0.54.0",
"publisher": "vscjava",
"preview": false,
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
Expand Down Expand Up @@ -52,7 +52,7 @@
}
],
"javaExtensions": [
"./server/com.microsoft.java.debug.plugin-0.48.0.jar"
"./server/com.microsoft.java.debug.plugin-0.49.0.jar"
],
"commands": [
{
Expand Down

0 comments on commit 415ae57

Please sign in to comment.