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

Wait for the startup to finish before initializing #75

Closed alextegelid closed 1 year ago

alextegelid commented 1 year ago

Solves an issue where environment variables being changed (by other extensions) after the terminal initialization would immediately prompt for reloading the newly created terminals

fabiospampinato commented 1 year ago

by other extensions

What if those other extensions are also loading when onStartupFinished finished happens though?