Use unique ID for quick diff widget focus toggle command (#294790)

This commit is contained in:
Dmitriy Vasyura
2026-02-12 01:36:06 -08:00
committed by GitHub
parent b56a8fd088
commit d233b14b71

View File

@@ -954,7 +954,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
});
KeybindingsRegistry.registerCommandAndKeybindingRule({
id: 'togglePeekWidgetFocus',
id: 'toggleQuickDiffWidgetFocus',
weight: KeybindingWeight.EditorContrib,
primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KeyK, KeyCode.F2),
when: isQuickDiffVisible,