mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Add support for restricted mode (#17559)
* Update reference to html-query-plan to use npm.js (#17558) * Update reference to html-query-plan to use npm.js * Change some references to html-query-plan package * Add untrusted workspace supported flags (#17557) * Bump version 1.33.1
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
"Microsoft.mssql",
|
||||
"Microsoft.schema-compare"
|
||||
],
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": false,
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"contributes": {
|
||||
"projects": [
|
||||
"sqlproj"
|
||||
|
||||
Reference in New Issue
Block a user