In my Java application, Visual Studio Code throws the following error for all my non-java imports:
package this.is.a.package does not exist (compiler.err.doesnt.exist)
This error appeared a few days ago. Before that my projects and imports where working just fine. I tried to reinstall VSC several times, rebooted my Mac and deleted all files in $HOME/Library/Application Support/Code/User/workspaceStorage/
as suggested by this feed (Visual Studio Code - Java - Import Errors and More). The Java application compiles just fine in IntelliJ IDEA. Therefore, the file structure should be correct.
The error appears after the installation of the Java Language Support (https://marketplace.visualstudio.com/items?itemName=georgewfraser.vscode-javac) extension.