Skip to content

Commit ad82471

Browse files
Bump version to 0.19.0 (#591)
Signed-off-by: Jinbo Wang <[email protected]>
1 parent 007519a commit ad82471

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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: 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.18.0",
5+
"version": "0.19.0",
66
"publisher": "vscjava",
77
"preview": true,
88
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
@@ -39,7 +39,7 @@
3939
"main": "./dist/extension",
4040
"contributes": {
4141
"javaExtensions": [
42-
"./server/com.microsoft.java.debug.plugin-0.18.0.jar"
42+
"./server/com.microsoft.java.debug.plugin-0.19.0.jar"
4343
],
4444
"commands": [
4545
{
@@ -467,7 +467,7 @@
467467
"watch": "webpack --config webpack.config.js --watch --info-verbosity verbose",
468468
"build": "webpack --config webpack.config.js --mode=\"production\"",
469469
"postinstall": "node ./node_modules/vscode/bin/install",
470-
"test": "node ./scripts/download-vscode-for-system-tests && node ./scripts/install-vsix-dependencies redhat.java && node ./scripts/install-vsix-dependencies vscode-java-debug-0.18.0.vsix && node ./scripts/run-vscode-tests"
470+
"test": "node ./scripts/download-vscode-for-system-tests && node ./scripts/install-vsix-dependencies redhat.java && node ./scripts/install-vsix-dependencies vscode-java-debug-0.19.0.vsix && node ./scripts/run-vscode-tests"
471471
},
472472
"extensionDependencies": [
473473
"redhat.java"

0 commit comments

Comments
 (0)