mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
enable filtering, account node context menu and introduce flat account tree node (#13066)
* add search box * switch back to the traditional azure tree * Revert "switch back to the traditional azure tree" This reverts commit 7904b9cd599591e94412ec79da23590068de46b6. * flat account tree node and filtering * add comment * context menu * fix test * handle disposable * add logging
This commit is contained in:
@@ -206,6 +206,11 @@ const apiMenus: IAPIMenu[] = [
|
||||
id: MenuId.ObjectExplorerItemContext,
|
||||
description: localize('objectExplorer.context', "The object explorer item context menu")
|
||||
},
|
||||
{
|
||||
key: 'connectionDialog/browseTree',
|
||||
id: MenuId.ConnectionDialogBrowseTreeContext,
|
||||
description: localize('connectionDialogBrowseTree.context', "The connection dialog's browse tree context menu")
|
||||
}
|
||||
// {{SQL CARBON EDIT}} end menu entries
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user