Skip to content

Commit 703a1c3

Browse files
committed
primary button
1 parent a27c843 commit 703a1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class TerminalChatWidget extends Disposable {
5757
menu: MENU_TERMINAL_CHAT_WIDGET_STATUS,
5858
options: {
5959
buttonConfigProvider: action => {
60-
if (action.id === TerminalChatCommandId.ViewInChat || action.id === TerminalChatCommandId.RunCommand) {
60+
if (action.id === TerminalChatCommandId.ViewInChat || action.id === TerminalChatCommandId.RunCommand || action.id === TerminalChatCommandId.RunFirstCommand) {
6161
return { isSecondary: false };
6262
} else {
6363
return { isSecondary: true };

0 commit comments

Comments
 (0)