seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
88 stars 24 forks source link

Button opens new terminal to run command instead of targeting current existing terminal #80

Open Mathiaszero opened 1 year ago

Mathiaszero commented 1 year ago

When I have 1 internal terminal open and then click on one of my buttons, it opens a new terminal and runs the command there instead.

mkormendy commented 3 months ago

I prefer it opening a new terminal to run an action, especially if I am running multiple commands simultaneously for different things.

xytyz commented 1 month ago

is it possible to configure buttons to run their commands in the currently active terminal, rather than each button opening its own separate terminal?