From cca8be2c46be5c57f2343c1da1b5928e646f1371 Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Mon, 28 Jun 2021 17:31:35 +0200 Subject: [PATCH] Add untrustedWorkspaces capability (issue #259) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f5a8ea4..9501bd2 100644 --- a/package.json +++ b/package.json @@ -350,7 +350,10 @@ ] }, "capabilities": { - "virtualWorkspaces": true + "virtualWorkspaces": true, + "untrustedWorkspaces": { + "supported": true + } }, "scripts": { "vscode:prepublish": "yarn run build && cd webview && yarn run build",