mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
enable filtering, account node context menu and introduce flat account tree node (#13066)
* add search box * switch back to the traditional azure tree * Revert "switch back to the traditional azure tree" This reverts commit 7904b9cd599591e94412ec79da23590068de46b6. * flat account tree node and filtering * add comment * context menu * fix test * handle disposable * add logging
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"description": "%azure.resource.config.filter.description%"
|
||||
},
|
||||
"azure.tenant.config.filter": {
|
||||
"type":"array",
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"description": "%azure.tenant.config.filter.description%"
|
||||
}
|
||||
@@ -271,6 +271,18 @@
|
||||
"when": "viewItem == azure.resource.itemType.account",
|
||||
"group": "azurecore"
|
||||
}
|
||||
],
|
||||
"connectionDialog/browseTree": [
|
||||
{
|
||||
"command": "azure.resource.selectsubscriptions",
|
||||
"when": "contextValue == azure.resource.itemType.account",
|
||||
"group": "navigation"
|
||||
},
|
||||
{
|
||||
"command": "azure.resource.refresh",
|
||||
"when": "contextValue == azure.resource.itemType.account",
|
||||
"group": "navigation"
|
||||
}
|
||||
]
|
||||
},
|
||||
"hasAzureResourceProviders": true
|
||||
|
||||
Reference in New Issue
Block a user