Visual Studio Code – Vscode shows fake import errors when saving a file | Java
After saving/modifying the file, vscode highlighting an error importing my com.papersaccul into visual studio code Despite the fact that gradle.build specifies the path sourceSets { main { java { srcDirs = ['src/main/java'] } } } If I switch to another…