open new terminal from current terminal in vsCode

Viewed 56

I am running a bash script inside a vsCode terminal. I want to be able to launch a "docker exec" shell in another terminal , split vertically.

I know how to create multiple terminals using the vscode keys and menus but was looking for a programmatic way of achieving the same result.

The vsCode terminal cli doesn't seem to have any options - so I'm left wondering if this would be possible.

0 Answers
Related