Today vscode stopped recognizing Java projects in sub folders. How can I make that happen without manually creating a workspace and manually importing each project. My file structure looks like:
parent
- project1
...
pom.xml
- project2
...
pom.xml
...
- projectn
...
pom.xml
I used to cd to parent and issue code . and it would automatically discover and open all the Java projects. I've never needed a .code-workspace file before.
Thanks, Paul