-
Notifications
You must be signed in to change notification settings - Fork 89
Description
In the January blog post on Java in VS Code you announced support for color highlighting / file decoration in the Java Projects Explorer: https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-january-2021/
Is it possible to also provide this color highlighting to the very top of the projects hierarchy, similar to how this is handled in the File Explorer?
For example here I'd also expect the nodes cds-services
and cds-feature-jdbc
to be highlighted in yellow:
I really like the Java Projects Explorer, but this is the main aspect that keeps me from using it regularly. Improving this would make refactorings in big projects much easier were you temporarily might create a lot of compilation issues across various project parts. With the current behaviour it is really hard to spot at a first glance in which project there are still issues or warnings, especially in very big projects.
Thanks a lot!