mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add untrusted workspace supported flags (#17557)
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
"activationEvents": [
|
||||
"*"
|
||||
],
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": false,
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user