Skip to content

Commit 52bd418

Browse files
authored
docs: update changelog to ship 0.58.3 (#1580)
1 parent 5ce8f5a commit 52bd418

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.3 - 2025-11-03
8+
### Added
9+
- No config debug [[#1530](https://github.com/microsoft/vscode-java-debug/issues/1530)]
10+
711
## 0.58.2 - 2025-04-28
812
### Fixed
913
- Provide graceful shutdown on debug stop action. [#1274](https://github.com/microsoft/vscode-java-debug/issues/1274). Thanks to [Dave Syer](https://github.com/dsyer) for contribution.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-java-debug",
33
"displayName": "Debugger for Java",
44
"description": "A lightweight Java debugger for Visual Studio Code",
5-
"version": "0.58.2",
5+
"version": "0.58.3",
66
"publisher": "vscjava",
77
"preview": false,
88
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",

0 commit comments

Comments
 (0)