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 a27c843 commit 703a1c3Copy full SHA for 703a1c3
src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget.ts
@@ -57,7 +57,7 @@ export class TerminalChatWidget extends Disposable {
57
menu: MENU_TERMINAL_CHAT_WIDGET_STATUS,
58
options: {
59
buttonConfigProvider: action => {
60
- if (action.id === TerminalChatCommandId.ViewInChat || action.id === TerminalChatCommandId.RunCommand) {
+ if (action.id === TerminalChatCommandId.ViewInChat || action.id === TerminalChatCommandId.RunCommand || action.id === TerminalChatCommandId.RunFirstCommand) {
61
return { isSecondary: false };
62
} else {
63
return { isSecondary: true };
0 commit comments