When new instance of VS code is created, it can't find project.json file immediately. But after 5s (or more) it can list projects.
I think it's the common way for vscode to load extensions. Not sure something can be done for that
Hi @Aukstkalnis ,
Like @DavidBabel commented, this is how VSCode works. It takes some time to activate the extensions, and unfortunately there is no way to define _priority_ over other extensions.
Since the extension activates _at startup_ (because of the Status Bar feature), it should start even sooner, but it may not be enough, depending on the computer speed and the number of installed extensions.
Sorry about that, but for now, there is nothing I can do 馃槩
If something changes in the future, I will be glad to update the extension to fix this.
Hope this helps.
Thank you. Now it works perfectly!
Most helpful comment
Thank you. Now it works perfectly!