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:
Anthony Dresser
2020-10-13 14:58:09 -07:00
committed by GitHub
parent 3251b26317
commit 9fdb5037bc
17 changed files with 933 additions and 183 deletions

View File

@@ -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%"
}
]
},