mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Connection Browse Tab (#12222)
* add browse tab and flat tree provider for azure * fix tests * add comment * fix build errors * fix test cases Co-authored-by: Alan Ren <alanren@microsoft.com>
This commit is contained in:
@@ -176,19 +176,17 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"connectionTreeProvider": [
|
||||
{
|
||||
"id": "connectionDialog/azureResourceExplorer",
|
||||
"name": "%azure.resource.explorer.title%"
|
||||
}
|
||||
],
|
||||
"dataExplorer": {
|
||||
"dialog/connection": [
|
||||
{
|
||||
"id": "azureResourceExplorer_dialog",
|
||||
"name": "%azure.resource.explorer.title%",
|
||||
"when": "config.connection.dialog.browse"
|
||||
}
|
||||
],
|
||||
"dataExplorer": [
|
||||
{
|
||||
"id": "azureResourceExplorer",
|
||||
"name": "%azure.resource.explorer.title%",
|
||||
"when": "!config.connection.dialog.browse"
|
||||
"name": "%azure.resource.explorer.title%"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user