From 4bfa86cdbfd0fe07bc7436d7cc99a6ab0bf17e76 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Thu, 17 Nov 2022 09:51:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9D=8C=20Remove=20unnecessary=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Babak K. Shandiz --- .../workbench/browser/parts/editor/breadcrumbsControl.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts b/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts index 99565340c5b..3dcc28fbd14 100644 --- a/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts +++ b/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts @@ -565,14 +565,6 @@ registerAction2(class FocusAndSelectBreadcrumbs extends Action2 { } }); -KeybindingsRegistry.registerCommandAndKeybindingRule({ - id: 'breadcrumbs.focus', - weight: KeybindingWeight.WorkbenchContrib, - primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.Semicolon, - when: BreadcrumbsControl.CK_BreadcrumbsPossible, - handler: accessor => focusAndSelectHandler(accessor, false) -}); - registerAction2(class FocusBreadcrumbs extends Action2 { constructor() { super({