Skip to content

Commit aa96ef7

Browse files
committed
🖼 Display breadcrumbs.focus command on the palette
Signed-off-by: Babak K. Shandiz <[email protected]>
1 parent 6283ef3 commit aa96ef7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ registerAction2(class FocusBreadcrumbs extends Action2 {
586586
weight: KeybindingWeight.WorkbenchContrib,
587587
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.Semicolon,
588588
when: BreadcrumbsControl.CK_BreadcrumbsPossible,
589-
}
589+
},
590+
f1: true
590591
});
591592
}
592593
run(accessor: ServicesAccessor, ...args: any[]): void {

0 commit comments

Comments
 (0)