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",