Skip to content

Commit 4d30fc1

Browse files
Prepare 0.58.1 release (#1521)
* Prepare 0.58.1 release * update npm deps
1 parent e4d2bf0 commit 4d30fc1

File tree

3 files changed

+1304
-894
lines changed

3 files changed

+1304
-894
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.58.1 - 2024-10-31
8+
### Added
9+
- 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.
10+
11+
### Fixed
12+
- Fail to debug with java 23 - Unrecognized option: -Xnoagent. [java-debug#561](https://github.com/microsoft/java-debug/issues/561).
13+
714
## 0.58.0 - 2024-06-27
815
### Fixed
916
- Latest Gradle Language Support extension cause hot code replace to fail. [#1402](https://github.com/microsoft/vscode-java-debug/issues/1402).

0 commit comments

Comments
 (0)