mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add different flag for azure dialog (#12073)
* add different flag for azure dialog * missing code change * rename browser to browse
This commit is contained in:
@@ -179,14 +179,14 @@
|
||||
{
|
||||
"id": "azureResourceExplorer_dialog",
|
||||
"name": "%azure.resource.explorer.title%",
|
||||
"when": "config.workbench.enablePreviewFeatures"
|
||||
"when": "config.connection.dialog.browse"
|
||||
}
|
||||
],
|
||||
"dataExplorer": [
|
||||
{
|
||||
"id": "azureResourceExplorer",
|
||||
"name": "%azure.resource.explorer.title%",
|
||||
"when": "!config.workbench.enablePreviewFeatures"
|
||||
"when": "!config.connection.dialog.browse"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user