From 286eba57704f96c0ce042f098f0e8877a66276c3 Mon Sep 17 00:00:00 2001 From: yelo Date: Mon, 21 Dec 2020 13:48:47 +0800 Subject: [PATCH] feat: support remote development mode with workspace execution location ref: https://code.visualstudio.com/api/advanced-topics/remote-extensions#incorrect-execution-location --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fde35946..bb55fb68 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ }, "main": "./dist/extension", "extensionKind": [ - "ui" + "ui", + "workspace" ], "contributes": { "configuration": {