seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
90 stars 25 forks source link

Reuse the same terminal for all buttons #95

Open momiccioli opened 1 month ago

momiccioli commented 1 month ago

Right now I have the buttons configured for SingleInstance = true and each button opens its own terminal. Which means I have multiple terminals open. Is there a way so that all buttons use a single terminal. I use many scripts because the values to be passed is lengthy and bash scripts are easier top manage.

I use this on ARM Mac, thanks.

ylazy commented 1 month ago

+1 vote

image