From 528daff5e340f1139107a5db11a5da342efd983e Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Tue, 27 Mar 2018 09:23:28 -0700 Subject: [PATCH] :lipstick: --- src/vs/workbench/parts/search/browser/searchResultsView.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vs/workbench/parts/search/browser/searchResultsView.ts b/src/vs/workbench/parts/search/browser/searchResultsView.ts index 9ce97eec3b1..1d78469272a 100644 --- a/src/vs/workbench/parts/search/browser/searchResultsView.ts +++ b/src/vs/workbench/parts/search/browser/searchResultsView.ts @@ -386,8 +386,7 @@ export class SearchTreeController extends WorkbenchTreeController { const actions: IAction[] = []; fillInActions(this.contextMenu, { shouldForwardArgs: true }, actions, this.contextMenuService); return TPromise.as(actions); - }, - // getActionsContext: () => element instanceof OpenEditor ? { groupId: element.group.id, editorIndex: element.editorIndex } : { groupId: element.id } + } }); return true; -- GitLab