From 6680fcf53ed447cfc3865f0097ea457a00b83069 Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Wed, 3 Jun 2020 12:45:24 -0700 Subject: [PATCH] support remote development by indicating this is a UI only extension See docs: https://code.visualstudio.com/api/advanced-topics/remote-extensions#incorrect-execution-location --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index cb9f89b..84a888a 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,10 @@ "activationEvents": [ "*" ], + "extensionKind": [ + "ui", + "workspace" + ], "main": "./extension", "contributes": { "commands": [{