fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 20 forks source link

Wait for the startup to finish before initializing #75

Closed alextegelid closed 1 year ago

alextegelid commented 2 years 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 2 years ago

by other extensions

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