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

Annoying Unable to get documentation under 500ms #189

Closed
hcorion opened this issue Apr 20, 2017 · 9 comments
Closed

Annoying Unable to get documentation under 500ms #189

hcorion opened this issue Apr 20, 2017 · 9 comments
Assignees
Labels

Comments

@hcorion
Copy link

hcorion commented Apr 20, 2017

I decided to update my language support for java today, and now in output, it spams
[Error - 12:49:14 PM] Apr 20, 2017 9:20:26 AM Unable to get documentation under 500ms
This is really annoying, and shouldn't be elevated to error, at most it should be warning.

Maybe the rest of the world is on Fiber Optic, and I'm stuck with a measly 40 Mbps download.

Environment
  • Operating System: Arch Linux 64-bit
  • JDK version:1.8.0_121
  • Visual Studio Code version: 1.11.2
  • Java extension version: 0.2.0
@fbricon
Copy link
Collaborator

fbricon commented Apr 21, 2017

What kind of project have you opened? Maven, Gradle, Eclipse? Or standalone file?
Could you paste the content of your .classpath?

I can see how it's annoying, I'll release a 0.2.1 fix tomorrow.

@fbricon fbricon self-assigned this Apr 21, 2017
@fbricon fbricon added the bug label Apr 21, 2017
@hcorion
Copy link
Author

hcorion commented Apr 21, 2017

@fbricon just a standalone file.

@fbricon
Copy link
Collaborator

fbricon commented Apr 21, 2017

Are you using OpenJDK?

@hcorion
Copy link
Author

hcorion commented Apr 21, 2017

Yes
EDIT:

Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (build 1.8.0_121-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)

@fbricon
Copy link
Collaborator

fbricon commented Apr 21, 2017

Have you installed OpenJDK sources? If not, can you try it, that should fix the issue

@hcorion
Copy link
Author

hcorion commented Apr 21, 2017

Just installed openjdk 8 sources and restarted Vscode, issue still persists.

fbricon added a commit that referenced this issue Apr 21, 2017
Signed-off-by: Fred Bricon <fbricon@gmail.com>
@fbricon
Copy link
Collaborator

fbricon commented Apr 21, 2017

@hcorion please try installing http://download.jboss.org/jbosstools/jdt.ls/staging/java-0.2.1-148.vsix

@hcorion
Copy link
Author

hcorion commented Apr 21, 2017

Yes, appears to fix the issue, thanks!

@fbricon
Copy link
Collaborator

fbricon commented Apr 24, 2017

The 0.2.1 extension has been published to the VS Code Marketplace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants