redhat-developer / vscode-java

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

Tons of Warnings for auto generated files #3855

Closed BennySp98 closed 1 week ago

BennySp98 commented 1 week ago

I have a bigger project that automatically creates files in the target directory. Some of these auto genereated files have imports that are never used, thus the warnings. I want ot ignore these warnings since they dont impact my code in any way. I tried applying the diagnostic filter "**/target" but this doesnt seem to work either.