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

Support terminals in the editor area #79

Open globalhuman opened 1 year ago

globalhuman commented 1 year ago

VSCode now supports terminal creation in the editor area with the action workbench.action.createTerminalEditor. It would be great if there was a way to adopt the creation of terminals in this area.

Depending on the type of use case for multiple Terminals it is often required to have the output from multiple terminals visible at the same time. This feature would increase the screen area available rather than being constrained to the terminal panel area as suggested in https://github.com/fabiospampinato/vscode-terminals/issues/9. Both features would still be useful.

image