From 834d5e3827247bbdb5a129ea550f07cee073272a Mon Sep 17 00:00:00 2001 From: Changyong Gong Date: Wed, 17 Dec 2025 15:11:08 +0800 Subject: [PATCH] docs: update changelog for 0.58.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4bac86..5d8d5741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5 - 2025-12-17 +### Added +- Support custom debug java agent. [#1593](https://github.com/microsoft/vscode-java-debug/pull/1593). + +### Fixed +- Fix `lspFrame.source.path` is null. [java-debug#618](https://github.com/microsoft/java-debug/pull/618). + ## 0.58.4 - 2025-12-09 ### Added - Add command to manage breakpoint exception types in command palette. [#1566](https://github.com/microsoft/vscode-java-debug/pull/1566). Thanks to [Roland Schaer](https://github.com/roele) for contribution. diff --git a/package.json b/package.json index 6b7ba673..04bef07c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-java-debug", "displayName": "Debugger for Java", "description": "A lightweight Java debugger for Visual Studio Code", - "version": "0.58.4", + "version": "0.58.5", "publisher": "vscjava", "preview": false, "aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",