microsoft / vscode-java-pack

VS Code extensions for Java developers.
Other
291 stars 133 forks source link

Bug - Diagnostics stops working for Java code #242

Open intin1beep opened 5 years ago

intin1beep commented 5 years ago

Environment:

So the red underline has stopped working and I cant find it on vscode settings, if i look further in the java extension.

Step to Reproduce:

  1. Write some random text that should produce red underline

Expected Behavior: Should show red underline on e.g. syntactical errors

Actual Behavior: No underline, just color-change on the highlighter

Related Issues: Sometimes the highlighter does not work properly as well

javaNotCompiling

And the extension loaded as well:

yess

akaroml commented 5 years ago

@intin1beep thanks for reporting this.

@testforstephen could you please take a look?

testforstephen commented 5 years ago

@intin1beep Is Hello.java a single file you opened from an external file? Or is it belonged to the folder you opened in VS Code?