File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and 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 ) .
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments