-
Notifications
You must be signed in to change notification settings - Fork 453
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
User feedback regarding performance #857
Comments
I feel like adding a short sleep every once in awhile would greatly help the "vscode has stopped responding" part. I mean the computation part is inevitable, but stopping once in awhile to check for user input would do wonders for responsiveness. Not sure how easy or hard that would be to implement though (or depending on design of code whether or not that would even help lol, just an idea). |
@kelvinwop Could you attach your log information here. See how to get log information: https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#enable-logging |
Aha, you're in luck! It just froze: |
@kelvinwop Could you help disable other java extension(Debugger for Java, Maven for Java, Java Dependency Viewer, Java Test Runner), leave only the Language Support for Java(TM) by redhat, and try it to see whether the perf issue hits? |
Related issues - eclipse-jdtls/eclipse.jdt.ls#824, microsoft/vscode-java-pack#81 |
Here's more on microsoft/vscode-java-pack#81. It turns out to be a vscode issue. We observed lots of such issues recently and got no luck in all the investigations. And after some time, other extension authors started to receive similar issues, and then we started to suspect it was a vscode issue. @Eskibear has more info and will update that issue. It will be closed soon. |
Some more info: after disabling the other extensions, I got the Classpath is incomplete error on every file. After enabling it again, the lag went away and the Find By References broke. In any case, I've moved to android studio for the android sdk support. Thanks! |
@kelvinwop So you open Android project in VSCode? If this is the case, VSCode Java has not support Android yet. See the related issue: #396 |
Yeah I realized that pretty quick, but funnily, vscode's file search/function tracing is better than intelliJ/android studio, despite having pages upon pages of errors. Anyways I finished most of the tracing work so I'm now moving between IDEs depending on what I'm doing |
in 2019:
@akashshinde @Eskibear any update on this issue? |
A user left some comments for Java Extension Pack and it's regarding language server performance.
There are two aspects to this problem:
While @yaohaizh is pushing for 1, @testforstephen could you please help revisit 2?
Here's the source of the comments:
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack&ssr=false#review-details
The text was updated successfully, but these errors were encountered: