-
Notifications
You must be signed in to change notification settings - Fork 442
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 #3841
Comments
For context, I was previously relying on the guidance here and it was working. But as of today it is not. I'm being relatively quick to post this issue bc the underlying bug was never fixed, only covered up by the settings changes in the thread above. For clarity, every time I created a new workspace I would have to manually change those settings and pray my machine didn't crash before I got there. And now, even that workaround doesn't seem to be working. This is a critical flaw and this extension should take seriously the abuse of users' system resources that has crashed at least 3 of my machines and who knows how many others. |
It happened to me sometimes |
@tonyrusignuolo @iwangbowen Could you attach a project example? |
Hey @snjeza ! It's literally any Java Maven project. I don't have any workspaces that aren't using corporate code, but I could check one out tomorrow and attach whatever logs you need. Lmk what info would help from there and I'll provide it tomorrow |
This consistently happens in non-Java projects and unmanaged java projects. I haven't tested it with maven/gradle. Even if VsCode is closed the The reason I believe it's caused by this extension is that force-quitting the process triggers a warning about the Java Language server. If there are any reproduction steps I can take to help you debug this please let me know |
Potentially related issues:
This extension destroys my cpu usage and all the recommendations in those two threads have failed.
My setup:
The command of the largest process is:
Happy to provide more info on request
The text was updated successfully, but these errors were encountered: