Merge pull request #233046 from microsoft/tyriar/10149

Align terminal inline chat command with editor
This commit is contained in:
Daniel Imms
2024-11-04 20:01:48 -08:00
committed by GitHub
@@ -19,7 +19,7 @@ import { TerminalChatController } from './terminalChatController.js';
registerActiveXtermAction({
id: TerminalChatCommandId.Start,
title: localize2('startChat', 'Start in Terminal'),
title: localize2('startChat', 'Terminal Inline Chat'),
keybinding: {
primary: KeyMod.CtrlCmd | KeyCode.KeyI,
when: ContextKeyExpr.and(TerminalContextKeys.focusInAny),