diff --git a/src/vs/workbench/parts/search/browser/searchResultsView.ts b/src/vs/workbench/parts/search/browser/searchResultsView.ts index 9ce97eec3b1a4ae140b1ee997002824dcb28f8e2..1d78469272ad799b0b3f5c58f157f3bccefa619b 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;