From 75c873e9e955edf7426eba1329ca6822ac6d000b Mon Sep 17 00:00:00 2001 From: Kenneth Auchenberg Date: Thu, 2 May 2019 16:07:07 -0700 Subject: [PATCH] Set "extensionKind" to "ui" so it doesn't install on the remote system (#829) * Set extensionKind to UI * Add missing comma --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 81515455..7247062d 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ }, "publisher": "msjsdiag", "bugs": "https://github.com/microsoft/vscode-chrome-debug/issues", + "extensionKind": "ui", "engines": { "vscode": "^1.17.0" },