I am writing Java in VS code using the Language Support for Java by RedHat, and Remote - SSH extensions.
I'm importing an already existing project that has a .classpath
file at the project root (this worked fine in IntelliJ). When I open the folder in visual studio, it tells me that the classpath is incomplete, even though the .classpath
file exists and was good enough for IntelliJ.
How can I fix this?