Skip to content

Commit

Permalink
Fix `Show User Keybindings' option on Keyboard Shortcuts editor (fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Feb 8, 2025
1 parent fecab3c commit 0b9058a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ class PreferencesActionsContribution extends Disposable implements IWorkbenchCon
]
});
}
run(accessor: ServicesAccessor, args: unknown[]) {
run(accessor: ServicesAccessor, ...args: unknown[]) {
const group = getEditorGroupFromArguments(accessor, args);
const editorPane = group?.activeEditorPane;
if (editorPane instanceof KeybindingsEditor) {
Expand Down

0 comments on commit 0b9058a

Please sign in to comment.