Skip to content

Commit 32bb7d4

Browse files
committed
Align terminal inline chat command with editor
Part of microsoft/vscode-copilot#10149
1 parent 7178a48 commit 32bb7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { TerminalChatController } from './terminalChatController.js';
1919

2020
registerActiveXtermAction({
2121
id: TerminalChatCommandId.Start,
22-
title: localize2('startChat', 'Start in Terminal'),
22+
title: localize2('startChat', 'Terminal Inline Chat'),
2323
keybinding: {
2424
primary: KeyMod.CtrlCmd | KeyCode.KeyI,
2525
when: ContextKeyExpr.and(TerminalContextKeys.focusInAny),

0 commit comments

Comments
 (0)