-
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
The autosuggestion function does not suggest JDK standard classes after the laptop wakes up from sleep #3793
Comments
Seems like the duplicate of #3715 However, I can't be 100% sure since I encounter my issue after my laptop wakes from sleep. |
I am experiencing the same issue… Running "Clean Java Language Server Workspace" temporarily resolves the issue, but it reoccurs eventually. However, there is a peculiar phenomenon. When the issue occurs, instead of running "Clean Java Language Server Workspace", if I close and reopen VSCode, the import suggestions for standard libraries work fine while the project is loading, but once the loading is complete, the import suggestions stop working. |
I am wondering if this issue is only related to macOS. Does it affect all operating systems? |
I would try the vscode-java pre-release build tomorrow. There's a good chance this has been fixed now. |
@rgrunber cool. Thanks for keeping me updated. |
The language server fails to suggest JDK classes after the laptop wakes up from sleep mode.
Steps to reproduce:
Actually, restart of the VScode makes the language server to work again, but not sure if it is expected.
The text was updated successfully, but these errors were encountered: