vscode-java-dependency
vscode-java-dependency copied to clipboard
Discussion: Project Manager for Java often fails to recognize folders as containing Java projects (in absence of Maven/gradle build files) and there seems to be no way to force it to treat as java.
This is related to invisible project and opening an issue to track this based on August survey feedback
We have another issue related to this in the dependency repo:
https://github.com/microsoft/vscode-java-dependency/issues/549
The situation should be better once we support:
- increasingly recognize the source roots when user opens different java files: https://github.com/eclipse/eclipse.jdt.ls/pull/2160
- Do some more folder scan (and be smart) when the invisible project import is kick off: https://github.com/eclipse/eclipse.jdt.ls/pull/2176