Skip to content

Commit

Permalink
primary button
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Mar 28, 2024
1 parent a27c843 commit 703a1c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class TerminalChatWidget extends Disposable {
menu: MENU_TERMINAL_CHAT_WIDGET_STATUS,
options: {
buttonConfigProvider: action => {
if (action.id === TerminalChatCommandId.ViewInChat || action.id === TerminalChatCommandId.RunCommand) {
if (action.id === TerminalChatCommandId.ViewInChat || action.id === TerminalChatCommandId.RunCommand || action.id === TerminalChatCommandId.RunFirstCommand) {
return { isSecondary: false };
} else {
return { isSecondary: true };
Expand Down

0 comments on commit 703a1c3

Please sign in to comment.