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.