Skip to content

Commit

Permalink
Bump version to 0.34.0 & prepare changelog (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen committed May 21, 2021
1 parent 5fc5db2 commit 47b59df
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.34.0 - 2021-05-26
### Changed

This comment has been minimized.

Copy link
@Sushmitharao02

Sushmitharao02 Jul 6, 2021

Ok

- 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).

## 0.33.1 - 2021-04-30
### Fixed
- 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).
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-java-debug",
"displayName": "Debugger for Java",
"description": "A lightweight Java debugger for Visual Studio Code",
"version": "0.33.1",
"version": "0.34.0",
"publisher": "vscjava",
"preview": true,
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
Expand Down Expand Up @@ -54,7 +54,7 @@
}
],
"javaExtensions": [
"./server/com.microsoft.java.debug.plugin-0.31.1.jar"
"./server/com.microsoft.java.debug.plugin-0.32.0.jar"
],
"commands": [
{
Expand Down Expand Up @@ -957,7 +957,7 @@
},
"dependencies": {
"compare-versions": "^3.6.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"uuid": "^8.3.1",
"vscode-extension-telemetry-wrapper": "^0.9.0",
"vscode-languageclient": "6.0.0-next.9",
Expand Down

0 comments on commit 47b59df

Please sign in to comment.