This commit is contained in:
Sandeep Somavarapu 2019-09-02 12:56:47 +02:00
parent 43e6d834d4
commit 4e32870c76

View file

@ -175,12 +175,6 @@ registerAction({
}, },
} }
}); });
KeybindingsRegistry.registerKeybindingRule({
id: Constants.MARKERS_PANEL_FOCUS_FILTER,
when: Constants.MarkerPanelFilterFocusContextKey,
weight: KeybindingWeight.WorkbenchContrib,
primary: KeyMod.CtrlCmd | KeyCode.KEY_F,
});
registerAction({ registerAction({
id: Constants.MARKERS_PANEL_SHOW_MULTILINE_MESSAGE, id: Constants.MARKERS_PANEL_SHOW_MULTILINE_MESSAGE,
handler(accessor) { handler(accessor) {
@ -348,4 +342,4 @@ class MarkersStatusBarContributions extends Disposable implements IWorkbenchCont
} }
} }
workbenchRegistry.registerWorkbenchContribution(MarkersStatusBarContributions, LifecyclePhase.Restored); workbenchRegistry.registerWorkbenchContribution(MarkersStatusBarContributions, LifecyclePhase.Restored);