mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -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:
@@ -210,7 +210,12 @@ const apiMenus: IAPIMenu[] = [
|
||||
key: 'connectionDialog/browseTree',
|
||||
id: MenuId.ConnectionDialogBrowseTreeContext,
|
||||
description: localize('connectionDialogBrowseTree.context', "The connection dialog's browse tree context menu")
|
||||
}
|
||||
},
|
||||
{
|
||||
key: 'dataGrid/item/context',
|
||||
id: MenuId.DataGridItemContext,
|
||||
description: localize('dataGrid.context', "The data grid item context menu")
|
||||
},
|
||||
// {{SQL CARBON EDIT}} end menu entries
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user