We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7178a48 commit 32bb7d4Copy full SHA for 32bb7d4
src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions.ts
@@ -19,7 +19,7 @@ import { TerminalChatController } from './terminalChatController.js';
19
20
registerActiveXtermAction({
21
id: TerminalChatCommandId.Start,
22
- title: localize2('startChat', 'Start in Terminal'),
+ title: localize2('startChat', 'Terminal Inline Chat'),
23
keybinding: {
24
primary: KeyMod.CtrlCmd | KeyCode.KeyI,
25
when: ContextKeyExpr.and(TerminalContextKeys.focusInAny),
0 commit comments