Skip to content

Commit 2ed5b44

Browse files
prepare release for 0.25.1 (#774)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
1 parent 9ecba31 commit 2ed5b44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.25.1 - 2020-03-06
8+
### Fixed
9+
- Fix the Error: Could not find or load main class @x.y.z.argfile. [#769](https://github.com/microsoft/vscode-java-debug/issues/769).
10+
- Cannot hit breakpoint at the class using Java 13 Text Blocks. [#773](https://github.com/microsoft/vscode-java-debug/issues/773).
11+
712
## 0.25.0 - 2020-02-20
813
### Added
914
- Provide context menu to continue/pause all/other threads. [#748](https://github.com/microsoft/vscode-java-debug/pull/748).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
],
4848
"javaExtensions": [
49-
"./server/com.microsoft.java.debug.plugin-0.25.0.jar"
49+
"./server/com.microsoft.java.debug.plugin-0.25.1.jar"
5050
],
5151
"commands": [
5252
{

0 commit comments

Comments
 (0)