Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense shows loading indefinitely #1

Open
ezdub opened this issue Sep 29, 2022 · 4 comments
Open

Intellisense shows loading indefinitely #1

ezdub opened this issue Sep 29, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@ezdub
Copy link

ezdub commented Sep 29, 2022

In some projects, Intellisense shows loading indefinitely when this extension is enabled.
This causes several VS Code features to not load or work in these projects:

  • Source Control panel
  • NPM Scripts explorer panel

I'm unable to determine what causes the hang-up but have seen this in several projects and I am willing to help diagnose further if provided instructions as I'm unfamiliar with VS Code extension authoring & debugging.
It is a very helpful extension when it is working.

@adriancuadrado
Copy link
Member

adriancuadrado commented Sep 29, 2022

@ezdub Would you mind to explain step by step how to reproduce your problem?

@ezdub
Copy link
Author

ezdub commented Sep 30, 2022

Unfortunately I haven't noticed this on a public repo and I haven't identified conditions to reproduce it.

@ezdub
Copy link
Author

ezdub commented Sep 30, 2022

It looks like the extension code could run indefinitely on this 1000ms timer, perhaps add a counter to give up and throw an error.

@adriancuadrado
Copy link
Member

@ezdub I just made a change to the code that hopefully ffixes the problem. Please update the plugin and let me know if you still have any trouble.

@adriancuadrado adriancuadrado added the bug Something isn't working label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants