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"
|
||||
],
|
||||
"main": "./build/material.theme.config",
|
||||
"capabilities": {
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue