vscode-action-buttons
vscode-action-buttons copied to clipboard
Button opens new terminal to run command instead of targeting current existing terminal
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.
I prefer it opening a new terminal to run an action, especially if I am running multiple commands simultaneously for different things.
is it possible to configure buttons to run their commands in the currently active terminal, rather than each button opening its own separate terminal?