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

Respect workspace folder order #62

Open rbalet opened 2 years ago

rbalet commented 2 years ago

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 ?