Align terminal inline chat command with editor

Part of microsoft/vscode-copilot#10149
This commit is contained in:
Daniel Imms
2024-11-04 18:22:34 -08:00
parent 7178a48129
commit 32bb7d4bb8
@@ -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),