Skip to content

Commit ef8f74c

Browse files
Prepare hotfix release 0.33.1 (#996)
1 parent eb0c0d9 commit ef8f74c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.33.1 - 2021-04-30
8+
### Fixed
9+
- HotFix: After upgrade from vscode-java v0.77.0 to v0.78.0 can't debug tests. [#995](https://github.com/microsoft/vscode-java-debug/issues/995).
10+
711
## 0.33.0 - 2021-04-28
812
### Added
913
- Support inline values feature. [PR#977](https://github.com/microsoft/vscode-java-debug/pull/977).

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: 2 additions & 2 deletions
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.33.0",
5+
"version": "0.33.1",
66
"publisher": "vscjava",
77
"preview": true,
88
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
@@ -51,7 +51,7 @@
5151
}
5252
],
5353
"javaExtensions": [
54-
"./server/com.microsoft.java.debug.plugin-0.31.0.jar"
54+
"./server/com.microsoft.java.debug.plugin-0.31.1.jar"
5555
],
5656
"commands": [
5757
{

0 commit comments

Comments
 (0)