Skip to content

Commit 2f06088

Browse files
committed
change command name, microsoft#23001
1 parent 380d627 commit 2f06088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/contrib/gotoSymbol/peek/referencesController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function withController(accessor: ServicesAccessor, fn: (controller: ReferencesC
300300
}
301301

302302
KeybindingsRegistry.registerCommandAndKeybindingRule({
303-
id: 'changePeekFocus',
303+
id: 'togglePeekWidgetFocus',
304304
weight: KeybindingWeight.EditorContrib,
305305
primary: KeyChord(KeyMod.CtrlCmd | KeyCode.KEY_K, KeyCode.F2),
306306
when: ContextKeyExpr.or(ctxReferenceSearchVisible, PeekContext.inPeekEditor),

0 commit comments

Comments
 (0)