mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Azure pane in connection dialog (#11736)
* azure pane in connection dialog * fix layering * fix issues * fix test * more test fixes * add back double click to connect for non-contributed views
This commit is contained in:
@@ -175,10 +175,18 @@
|
||||
}
|
||||
],
|
||||
"dataExplorer": {
|
||||
"azureResource": [
|
||||
"dialog/connection": [
|
||||
{
|
||||
"id": "azureResourceExplorer_dialog",
|
||||
"name": "%azure.resource.explorer.title%",
|
||||
"when": "config.workbench.enablePreviewFeatures"
|
||||
}
|
||||
],
|
||||
"dataExplorer": [
|
||||
{
|
||||
"id": "azureResourceExplorer",
|
||||
"name": "%azure.resource.explorer.title%"
|
||||
"name": "%azure.resource.explorer.title%",
|
||||
"when": "!config.workbench.enablePreviewFeatures"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user