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

@@ -29,6 +29,12 @@
"Microsoft.mssql",
"Microsoft.schema-compare"
],
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": {
"projects": [
"sqlproj"