Relative Content

Tag Archive for javamavenvisual-studio-code

(VSCODE on WSL) The import cannot be solved

I’m encountering an issue with vscode where it’s unable to resolve imports for some generated libraries located under target/generated-sources/src. Despite reading numerous guides and attempting various solutions such as modifying the pom file, cleaning the Java workspace, and more, nothing seems to be working. Interestingly, IntelliJ handles this properly, but unfortunately, I’m stuck with this problem on vscode. I’ve even tried disabling and re-enabling all extensions, but to no avail.