mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 10:16:01 +01:00
Merge pull request #233046 from microsoft/tyriar/10149
Align terminal inline chat command with editor
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