From 50e7a0ca2a3ad760b9c911e78b945bc6a8346a2e Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sat, 12 Jun 2021 16:55:56 +0800 Subject: [PATCH] Suppor untrusted workspaces. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 4d32643..e545427 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,11 @@ "Programming Languages", "Formatters" ], + "capabilities": { + "untrustedWorkspaces": { + "supported": true + } + }, "scripts": { "build:syntax": "ts-node syntax/build.ts", "build:ts": "tsc -b",