Add untrusted workspace supported flags (#17557)

This commit is contained in:
Karl Burtram
2021-11-01 20:48:05 -07:00
committed by GitHub
parent 2be1ec0656
commit d7b0b6c251
27 changed files with 162 additions and 0 deletions

View File

@@ -21,6 +21,12 @@
"Microsoft.azcli",
"Microsoft.resource-deployment"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"