Skip to content

Commit 47b59df

Browse files
Bump version to 0.34.0 & prepare changelog (#1007)
1 parent 5fc5db2 commit 47b59df

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
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.34.0 - 2021-05-26
8+
### Changed
9+
- Allow customizing the "classPaths" and "modulePaths" configurations via launch.json. See [#93](https://github.com/microsoft/vscode-java-debug/issues/93), [#980](https://github.com/microsoft/vscode-java-debug/issues/980).
10+
711
## 0.33.1 - 2021-04-30
812
### Fixed
913
- 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).

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 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.1",
5+
"version": "0.34.0",
66
"publisher": "vscjava",
77
"preview": true,
88
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
@@ -54,7 +54,7 @@
5454
}
5555
],
5656
"javaExtensions": [
57-
"./server/com.microsoft.java.debug.plugin-0.31.1.jar"
57+
"./server/com.microsoft.java.debug.plugin-0.32.0.jar"
5858
],
5959
"commands": [
6060
{
@@ -957,7 +957,7 @@
957957
},
958958
"dependencies": {
959959
"compare-versions": "^3.6.0",
960-
"lodash": "^4.17.20",
960+
"lodash": "^4.17.21",
961961
"uuid": "^8.3.1",
962962
"vscode-extension-telemetry-wrapper": "^0.9.0",
963963
"vscode-languageclient": "6.0.0-next.9",

0 commit comments

Comments
 (0)