Skip to content

Commit

Permalink
Prepare 0.58.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen committed Oct 31, 2024
1 parent e4d2bf0 commit 4b7feba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.58.1 - 2024-10-31
### Added
- The launch config `envFile` now supports an array of env files. [#1505](https://github.com/microsoft/vscode-java-debug/issues/1505). Thanks to [Ed Hillmann](https://github.com/hildo) for contribution.

### Fixed
- Fail to debug with java 23 - Unrecognized option: -Xnoagent. [java-debug#561](https://github.com/microsoft/java-debug/issues/561).

## 0.58.0 - 2024-06-27
### Fixed
- Latest Gradle Language Support extension cause hot code replace to fail. [#1402](https://github.com/microsoft/vscode-java-debug/issues/1402).
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.58.0",
"version": "0.58.1",
"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.53.0.jar"
"./server/com.microsoft.java.debug.plugin-0.53.1.jar"
],
"commands": [
{
Expand Down

0 comments on commit 4b7feba

Please sign in to comment.