Vscode-project-manager: VS Code finds project.json only aftar ~5s from startup.

Created on 24 Feb 2017  路  4Comments  路  Source: alefragnani/vscode-project-manager

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.

question

Most helpful comment

Thank you. Now it works perfectly!

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aliusmiles picture aliusmiles  路  4Comments

blackjid picture blackjid  路  3Comments

Gama11 picture Gama11  路  6Comments

wottpal picture wottpal  路  4Comments

theAkito picture theAkito  路  3Comments