Skip to content

Commit

Permalink
Merge pull request #233046 from microsoft/tyriar/10149
Browse files Browse the repository at this point in the history
Align terminal inline chat command with editor
  • Loading branch information
Tyriar authored Nov 5, 2024
2 parents dc167ff + 32bb7d4 commit f87f8a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f87f8a5

Please sign in to comment.