fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

Option to open the panel #70

Closed Mattias-Martens closed 1 year ago

Mattias-Martens commented 2 years ago

Hi, this is a really great extension!

My suggestion is: when opening terminals from the command palette (or possibly on autorun with VSCode window opening——discuss?) it would be helpful (and match the expectations created by VSCode's default behaviour) if the Terminal View opened if it was not open already.

This is the view toggled with command workbench.action.terminal.toggleTerminal.

fabiospampinato commented 1 year ago

Actually there's basically an option for this already, if you set the "open" option for your terminals to true that's what will happen already. I don't think we need another global option that does the same thing.