vscode-terminals
vscode-terminals copied to clipboard
Respect workspace folder order
I'm working in a workspace, having 3 different folders.
The extension is opening every terminals at once, and it works like a charm, but let say, I have the following order in my workspace
>foo
>bar
>folder
The terminals manager will open them not always in the right order, which will be sometime right, and sometime
>bar
>foo
>folder
Would it be possible to keep an order somehow ?