feat: add support to untrusted workspaces

This commit is contained in:
Mattia Astorino 2022-03-02 10:01:22 +01:00 committed by GitHub
parent 028d0b084a
commit 68e8e7cfa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,11 @@
"workspace" "workspace"
], ],
"main": "./build/material.theme.config", "main": "./build/material.theme.config",
"capabilities": {
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": { "contributes": {
"commands": [ "commands": [
{ {