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:
Anthony Dresser
2020-09-02 13:35:36 -07:00
committed by GitHub
parent e6d250c640
commit a6314b57b7
9 changed files with 14 additions and 9 deletions

View File

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