feat: add support to untrusted workspaces
This commit is contained in:
parent
028d0b084a
commit
68e8e7cfa8
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@
|
||||||
"workspace"
|
"workspace"
|
||||||
],
|
],
|
||||||
"main": "./build/material.theme.config",
|
"main": "./build/material.theme.config",
|
||||||
|
"capabilities": {
|
||||||
|
"untrustedWorkspaces": {
|
||||||
|
"supported": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue