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

@@ -23,6 +23,12 @@
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"extensionDependencies": [
"Microsoft.mssql",
"Microsoft.notebook"