mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add support for "More Actions" column in Resource Viewer (#13093)
* Add support for "More Actions" column in resource viewer * update provider * remove import * Use menu contribution and make actions column always show * cleanup * move context menu anchor * Comments
This commit is contained in:
@@ -174,6 +174,10 @@
|
||||
"dark": "resources/dark/add_to_server_list_inverse.svg",
|
||||
"light": "resources/light/add_to_server_list.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "azure.dataGrid.openInAzurePortal",
|
||||
"title": "%azure.openInAzurePortal.title%"
|
||||
}
|
||||
],
|
||||
"connectionTreeProvider": [
|
||||
@@ -211,6 +215,10 @@
|
||||
{
|
||||
"command": "azure.resource.connectsqlserver",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "azure.dataGrid.openInAzurePortal",
|
||||
"when": "false"
|
||||
}
|
||||
],
|
||||
"view/title": [
|
||||
@@ -293,6 +301,11 @@
|
||||
"when": "treeId == connectionDialog/azureResourceExplorer",
|
||||
"group": "navigation"
|
||||
}
|
||||
],
|
||||
"dataGrid/item/context": [
|
||||
{
|
||||
"command": "azure.dataGrid.openInAzurePortal"
|
||||
}
|
||||
]
|
||||
},
|
||||
"hasAzureResourceProviders": true
|
||||
|
||||
Reference in New Issue
Block a user