fixed azure extension issues (#4859)

This commit is contained in:
Aditya Bist
2019-04-04 15:32:04 -07:00
committed by GitHub
parent 1f22326e78
commit 572010ded1
4 changed files with 17 additions and 6 deletions

View File

@@ -60,6 +60,14 @@
"title": "%accounts.clearTokenCache%",
"category": "Azure Accounts"
},
{
"command": "azure.resource.signin",
"title": "%azure.resource.signin.title%",
"icon": {
"dark": "resources/dark/add_inverse.svg",
"light": "resources/light/add.svg"
}
},
{
"command": "azure.resource.refreshall",
"title": "%azure.resource.refreshall.title%",
@@ -76,10 +84,6 @@
"light": "resources/light/refresh.svg"
}
},
{
"command": "azure.resource.signin",
"title": "%azure.resource.signin.title%"
},
{
"command": "azure.resource.selectsubscriptions",
"title": "%azure.resource.selectsubscriptions.title%",
@@ -116,9 +120,14 @@
"menus": {
"view/title": [
{
"command": "azure.resource.refreshall",
"command": "azure.resource.signin",
"when": "view == azureResourceExplorer",
"group": "navigation@1"
},
{
"command": "azure.resource.refreshall",
"when": "view == azureResourceExplorer",
"group": "navigation@2"
}
],
"view/item/context": [