Bump version 0.12.0 (#385)

* Bump version 0.12.0
This commit is contained in:
Andy Xu(devdiv) 2018-08-29 11:21:11 +08:00 committed by GitHub
parent 8aa451f1cd
commit 7970e8b587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1074 additions and 1060 deletions

2128
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "vscode-java-debug",
"displayName": "Debugger for Java",
"description": "A lightweight Java debugger for Visual Studio Code",
"version": "0.11.0",
"version": "0.12.0",
"publisher": "vscjava",
"preview": true,
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
@ -37,7 +37,7 @@
"main": "./out/src/extension",
"contributes": {
"javaExtensions": [
"./server/com.microsoft.java.debug.plugin-0.11.0.jar"
"./server/com.microsoft.java.debug.plugin-0.12.0.jar"
],
"commands": [],
"debuggers": [
@ -366,7 +366,7 @@
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./scripts/download-vscode-for-system-tests && node ./scripts/install-vsix-dependencies redhat.java && node ./scripts/install-vsix-dependencies vscode-java-debug-0.11.0.vsix && node ./scripts/run-vscode-tests"
"test": "node ./scripts/download-vscode-for-system-tests && node ./scripts/install-vsix-dependencies redhat.java && node ./scripts/install-vsix-dependencies vscode-java-debug-0.12.0.vsix && node ./scripts/run-vscode-tests"
},
"extensionDependencies": [
"redhat.java"