Revert "Merge pull request #109049 from digeff/searchView/context/extensionPoints"

This reverts commit a1bb5ac207, reversing
changes made to 9a08a10708.
This commit is contained in:
Alex Dima
2020-11-11 09:46:47 +01:00
parent 31c034604e
commit 14140d2a19
8 changed files with 10 additions and 149 deletions

View File

@@ -176,11 +176,6 @@ 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 {