From 4b92a160d9bc17095313e69a985b0729681ea9dc Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 6 May 2019 23:54:43 +0200 Subject: [PATCH] fix: make sure the extension runs on the local machine --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 48044ab..6375a2d 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "activationEvents": [ "*" ], + "extensionKind": "ui", "contributes": { "commands": [ { @@ -196,7 +197,7 @@ "webpack-cli": "^3.3.2" }, "engines": { - "vscode": "^1.15.0" + "vscode": "^1.31.0" }, "eslintConfig": { "extends": "marine/node"