diff --git a/src/vs/workbench/parts/search/electron-browser/search.contribution.ts b/src/vs/workbench/parts/search/electron-browser/search.contribution.ts index a9f825e1c271507a6bcd7b69cd343466efd233e7..6563c5d8b007186ed3fa6e2a0591db31e6b22d71 100644 --- a/src/vs/workbench/parts/search/electron-browser/search.contribution.ts +++ b/src/vs/workbench/parts/search/electron-browser/search.contribution.ts @@ -375,11 +375,6 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({ handler: searchInFolderCommand }); -CommandsRegistry.registerCommand({ - id: FIND_IN_FOLDER_ID, - handler: searchInFolderCommand -}); - CommandsRegistry.registerCommand({ id: ClearSearchResultsAction.ID, handler: (accessor, args: any) => {