-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
High CPU Usage on macOS & dependency resolution failure #691
Comments
When I'm fixing #547 I'll put in some options to turn on logging. Currently there is no way to easily collect log so I can't offer much help yet. |
same problem +1 |
4 similar comments
same problem +1 |
same problem +1 |
same problem +1 |
same problem +1 |
For people who were having CPU spike yesterday, 0.12.3 should fix it for you. The original poster's problem is a different one. @ajmas Is your project open source or sharable with me? |
I work on multiple projects, some of which are closed source. The one I remember having issues with was closed source. I haven’t spent too much time on that project recently, so I can’t say if the issue still presents itself. |
@ajmas Thanks - if you do manage to narrow down to a repro case where this constantly happen, feel free to reopen the issue or open a new one. |
Info
Problem
From time to time I will encounter high CPU usage as soon I try to resolve a dependency (ctrl-click -> select 'go to definition') in a
.vue
file. The 'Code Helper' process will at that point be around 90% CPU until I kill the process or quit Visual Studio Code.At the time this happens no code dependencies can be resolved. For example, the following type of import will sometimes resolve in the dependency not being found and being in a stuck:
Reproducible Case
I haven't been able to establish a pattern, though would appreciate any suggestions that could help me identify which code might be causing the issue, which I could then share with you.
The text was updated successfully, but these errors were encountered: