Expand empty directory explorer in VSCode?

I am looking for a way to reduce the visible size of directories in explorer that only has one directory / file. I'm not really sure how to explain this, but basically what I want to do is:

OPEN FOLDER  
-ChildFolder  
--GrandchildFolder  
---GreatgrandchildFolder  
---file  
---file  

Into this:  
OPEN FOLDER  
-ChildFolder\GrandchildFolder  
--GreatgrandchildFolder  
--file  
--file  

      

GitHub does something like this, for example https://github.com/Bukkit/Bukkit/tree/master/src (java project) you see test / java / org / bukkit (hang shows this path is being passed through empty directories ").

Is there a way to do this in VSCode? It's pretty minor, but would be very nice to have when dealing with multiple java projects.

+3


source to share





All Articles