Bump version to 0.19.0 (#591)

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
This commit is contained in:
Jinbo Wang 2019-05-31 09:51:44 +08:00 committed by GitHub
parent 007519a0d9
commit ad82471da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "vscode-java-debug", "name": "vscode-java-debug",
"version": "0.18.0", "version": "0.19.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -2,7 +2,7 @@
"name": "vscode-java-debug", "name": "vscode-java-debug",
"displayName": "Debugger for Java", "displayName": "Debugger for Java",
"description": "A lightweight Java debugger for Visual Studio Code", "description": "A lightweight Java debugger for Visual Studio Code",
"version": "0.18.0", "version": "0.19.0",
"publisher": "vscjava", "publisher": "vscjava",
"preview": true, "preview": true,
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516", "aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
@ -39,7 +39,7 @@
"main": "./dist/extension", "main": "./dist/extension",
"contributes": { "contributes": {
"javaExtensions": [ "javaExtensions": [
"./server/com.microsoft.java.debug.plugin-0.18.0.jar" "./server/com.microsoft.java.debug.plugin-0.19.0.jar"
], ],
"commands": [ "commands": [
{ {
@ -467,7 +467,7 @@
"watch": "webpack --config webpack.config.js --watch --info-verbosity verbose", "watch": "webpack --config webpack.config.js --watch --info-verbosity verbose",
"build": "webpack --config webpack.config.js --mode=\"production\"", "build": "webpack --config webpack.config.js --mode=\"production\"",
"postinstall": "node ./node_modules/vscode/bin/install", "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.18.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.19.0.vsix && node ./scripts/run-vscode-tests"
}, },
"extensionDependencies": [ "extensionDependencies": [
"redhat.java" "redhat.java"