You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The panel uses a single dimension by design currently, you can 2d splitting by using terminals in the editor area. We plan on revisited this when we tackle #34442
Thanks for you response. I have actually found a workbench action which provides the functionality that I was after (similar to linux/terminator). Consider me happy 😄
Here is my addition to the keybindings.json file to use that functionality
Currently the actions available to split the terminal are:
workbench.action.terminal.split
It would be great to have support as is with the editor
workbench.action.splitEditorDown
.This would enable better usage of the terminals in the editor area to enable more dense layouts https://code.visualstudio.com/updates/v1_58#_terminals-in-the-editor-area.
The text was updated successfully, but these errors were encountered: