File Explorer: Compact folders like in vscode

I would like to have Obsidian collapse single child folders in a combined tree element, like in vscode’s option Compact folders.

If the tree looks like this

Projects
└── Work
    └── Client
        ├── note.md
        └── todo.md

I want it to display as

Projects / Work / Client
├── note.md
└── todo.md

vscode’s option

I support this request. In the meantime, have you tried Column Explorer - Obsidian Plugin ? Maybe it can help you.

FWIW, I personally strongly dislike it when file trees are displayed like this. If Obsidian adds this I hope it will be optional.