Merge pull request #209283 from microsoft/merogge/kb-term

get insert kb to work in input editor
This commit is contained in:
Megan Rogge 2024-04-01 14:01:52 -07:00 committed by GitHub
commit ed8a695427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,6 +228,7 @@ registerActiveXtermAction({
when: TerminalChatContextKeys.requestActive.negate(),
weight: KeybindingWeight.WorkbenchContrib,
primary: KeyMod.Alt | KeyCode.Enter,
secondary: [KeyMod.CtrlCmd | KeyCode.Enter | KeyMod.Alt]
},
menu: {
id: MENU_TERMINAL_CHAT_WIDGET_STATUS,
@ -259,6 +260,7 @@ registerActiveXtermAction({
when: TerminalChatContextKeys.requestActive.negate(),
weight: KeybindingWeight.WorkbenchContrib,
primary: KeyMod.Alt | KeyCode.Enter,
secondary: [KeyMod.CtrlCmd | KeyCode.Enter | KeyMod.Alt]
},
menu: {
id: MENU_TERMINAL_CHAT_WIDGET_STATUS,