-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[java] The Java LS does not report any diagnostics on Windows #1332
Comments
Do you have java installed? Anything in the logs? |
Yes.
I have modified the js files inside the Please note, the CA works, for instance. And here is the interesting part: this does not report an error although I do not have the type class azxxzssasadaA {
public static void main(Strssaing[] args) {
System.out.prinssat("boo");
}
} And this reports an error. See the class azxxzssasadaA {
public static void main(Strssaing[] args) {
System.out.prinssat("boo");
}d
} |
Same on OS X. |
Some part of the missing diagnostics is due the the missing configuration support on Theia. jdt.ls depends on |
This is also affected from the fix made on TypeFox/vscode-languageserver-node@e0c1f19 |
With the latest updates I no longer can reproduce this issue. Closing. Please reopen if it still exists |
But with JS/TS it works. So there should be something with the Java LS on Windows.
The text was updated successfully, but these errors were encountered: