mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 16:34:50 +01:00
Align terminal inline chat command with editor
Part of microsoft/vscode-copilot#10149
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user