redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.05k stars 420 forks source link

just lint error #3675

Closed shenguanjiejie closed 3 weeks ago

shenguanjiejie commented 3 weeks ago

[provide a description of the issue]

Environment
Steps To Reproduce
  1. gradle build success
  2. lint error

image

I opened this project in IDEA, it's no problem. but open the same project in vscode. it shows 104 errors. I can debug in vscode. So it may be a lint error?

fbricon commented 3 weeks ago

Those error messages are not coming from vscode-java. Maybe try disabling/uninstalling georgewfraser.vscode-javac or other competing Java extensions.

shenguanjiejie commented 3 weeks ago

Bingo! Thank you very much!