mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
bring Azure context menu to the new tree and enhance start cloud shell command (#13101)
* bring context menu to the new tree * enhance start cloud shell command * text
This commit is contained in:
@@ -282,6 +282,16 @@
|
||||
"command": "azure.resource.refresh",
|
||||
"when": "contextValue == azure.resource.itemType.account",
|
||||
"group": "navigation"
|
||||
},
|
||||
{
|
||||
"command": "azure.resource.signin",
|
||||
"when": "treeId == connectionDialog/azureResourceExplorer",
|
||||
"group": "navigation"
|
||||
},
|
||||
{
|
||||
"command": "azure.resource.refreshall",
|
||||
"when": "treeId == connectionDialog/azureResourceExplorer",
|
||||
"group": "navigation"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user