Skip to content

Commit

Permalink
Fix command name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Feb 9, 2024
1 parent 2611151 commit a8cda87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/terminal/common/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ export const enum TerminalCommandId {
FontZoomReset = 'workbench.action.terminal.fontZoomReset',
FocusChat = 'workbench.action.terminal.focusChat',
HideChat = 'workbench.action.terminal.hideChat',
MakeChatRequest = 'workbench.action.terminal.submitChat',
MakeChatRequest = 'workbench.action.terminal.makeChatRequest',
CancelChat = 'workbench.action.terminal.cancelChat',

// Developer commands
Expand Down

0 comments on commit a8cda87

Please sign in to comment.