Skip to content

Commit

Permalink
Prepare 0.58.1 release (#1521)
Browse files Browse the repository at this point in the history
* Prepare 0.58.1 release

* update npm deps
  • Loading branch information
testforstephen authored Oct 31, 2024
1 parent e4d2bf0 commit 4d30fc1
Show file tree
Hide file tree
Showing 3 changed files with 1,304 additions and 894 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
Loading

0 comments on commit 4d30fc1

Please sign in to comment.