Skip to content

Commit 5950c29

Browse files
authored
Fix 'cancel chat' keybinding on windows (microsoft#218647)
Fix microsoft#217861
1 parent fb3bace commit 5950c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatExecuteActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export class CancelAction extends Action2 {
161161
keybinding: {
162162
weight: KeybindingWeight.WorkbenchContrib,
163163
primary: KeyMod.CtrlCmd | KeyCode.Escape,
164+
win: { primary: KeyMod.Alt | KeyCode.Backspace },
164165
}
165166
});
166167
}

0 commit comments

Comments
 (0)