From 68e8e7cfa81f746ddf28cb44568df121da05876c Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Wed, 2 Mar 2022 10:01:22 +0100 Subject: [PATCH] feat: add support to untrusted workspaces --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 56644bf..d10fc58 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,11 @@ "workspace" ], "main": "./build/material.theme.config", + "capabilities": { + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "commands": [ {