vscode-java
vscode-java copied to clipboard
How to turn off linting for Java?
I want to turn off linting for Java, I tried to find this setting, but I didn't find it. Can someone tell me how to turn off linting for Java in vscode?

@xxc-zsz you can use the following settings
org.eclipse.jdt.core.compiler.problem.unusedImport=ignore