Skip to content

Commit f6c8436

Browse files
committed
💄 Include breadcrumbs.focusAndSelect in command palette
Signed-off-by: Babak K. Shandiz <[email protected]>
1 parent 4bfa86c commit f6c8436

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
@@ -557,7 +557,8 @@ registerAction2(class FocusAndSelectBreadcrumbs extends Action2 {
557557
weight: KeybindingWeight.WorkbenchContrib,
558558
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.Period,
559559
when: BreadcrumbsControl.CK_BreadcrumbsPossible,
560-
}
560+
},
561+
f1: true
561562
});
562563
}
563564
run(accessor: ServicesAccessor, ...args: any[]): void {

0 commit comments

Comments
 (0)