Visual Studio Code – Disable warnings for unused imports in VS Code for Java
It's so annoying to see the yellow warnings, how can I disable them? I couldn't find the org.eclipse.jdt.core.prefs file as described here. (I'm not using a project) Is there a particular global setting I can add to the settings.json file?…