Skip to content

Commit 4bfa86c

Browse files
committed
❌ Remove unnecessary code
Signed-off-by: Babak K. Shandiz <[email protected]>
1 parent aa96ef7 commit 4bfa86c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -565,14 +565,6 @@ registerAction2(class FocusAndSelectBreadcrumbs extends Action2 {
565565
}
566566
});
567567

568-
KeybindingsRegistry.registerCommandAndKeybindingRule({
569-
id: 'breadcrumbs.focus',
570-
weight: KeybindingWeight.WorkbenchContrib,
571-
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.Semicolon,
572-
when: BreadcrumbsControl.CK_BreadcrumbsPossible,
573-
handler: accessor => focusAndSelectHandler(accessor, false)
574-
});
575-
576568
registerAction2(class FocusBreadcrumbs extends Action2 {
577569
constructor() {
578570
super({

0 commit comments

Comments
 (0)