mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Added extensibility points for searchView/context
This commit is contained in:
@@ -176,6 +176,11 @@ const apiMenus: IAPIMenu[] = [
|
||||
id: MenuId.TimelineItemContext,
|
||||
description: localize('view.timelineContext', "The Timeline view item context menu")
|
||||
},
|
||||
{
|
||||
key: 'search/context',
|
||||
id: MenuId.SearchContext,
|
||||
description: localize('menus.searchContext', "The search context menu")
|
||||
},
|
||||
];
|
||||
|
||||
namespace schema {
|
||||
|
||||
Reference in New Issue
Block a user