fix: make sure the extension runs on the local machine

This commit is contained in:
iCrawl 2019-05-06 23:54:43 +02:00
parent cc7a565bc8
commit 4b92a160d9
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -26,6 +26,7 @@
"activationEvents": [ "activationEvents": [
"*" "*"
], ],
"extensionKind": "ui",
"contributes": { "contributes": {
"commands": [ "commands": [
{ {
@ -196,7 +197,7 @@
"webpack-cli": "^3.3.2" "webpack-cli": "^3.3.2"
}, },
"engines": { "engines": {
"vscode": "^1.15.0" "vscode": "^1.31.0"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "marine/node" "extends": "marine/node"