Twice open src folder (ghost src folder)
src has 2 occurrences in project folder (vs code view) seems like it has been open twice can't see content of one of them + deleting it will also delete the other one there is only one src folder when searching with file explorer vs code is up to date
I tried to :
- delete and clone repository
- disable every extension except "project manager for java" and "language support for java"
The ones with icons are detected on project classpath
And these are treated as normal folders
I think it's a valid request that the UX here are wired. As a workaround, have you tried
Yes I have tried "Hide Non-Java Resources". It hides normal folders including src but it is inconvenient to me as it also hides files such as pom.xml readme and target.
So if having two instances is normal then there is no issue. I will try to use something else then to view my project.
Thank you for your help.
related with https://github.com/microsoft/vscode-java-dependency/issues/855 as well