mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 10:16:01 +01:00
❌ Remove unnecessary code
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user