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:
Karl Burtram
2021-11-02 10:20:03 -07:00
committed by GitHub
parent ee9fa17149
commit 78d4398b32
37 changed files with 185 additions and 20 deletions

View File

@@ -19,6 +19,12 @@
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-mssql syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json",
"postinstall": "node ./build/postinstall.js"
},
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
"contributes": {
"problemMatchers": [
{