Fixes #125350: disallow in untrusted ws

This commit is contained in:
Eric Amodio
2021-06-02 19:10:45 -04:00
parent ae2f0b39e6
commit 769e7080f4

View File

@@ -29,7 +29,7 @@
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
"supported": false
}
},
"contributes": {