We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa96ef7 commit 4bfa86cCopy full SHA for 4bfa86c
src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts
@@ -565,14 +565,6 @@ registerAction2(class FocusAndSelectBreadcrumbs extends Action2 {
565
}
566
});
567
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
-
576
registerAction2(class FocusBreadcrumbs extends Action2 {
577
constructor() {
578
super({
0 commit comments