cs01 / cs01/gdbgui

Feature request: unfold multiple directories when only one directory

Open
#325 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
10.4k
Forks
521
PR merge metrics
No merged PRs in 30d

Description

When you have a `/longer/path/with/multiple/subdirectories` and each directory only contains one directory. It would be great if in "show filesystem" when clicking on an arrow icon it would unfold the entire tree until the "one directory" condition is no longer true.

Better yet ... do like github and compact multiple directories in one level. So instead of

```
> level1
> level2
> level3
> file1
> file2
```

you would get
```
> level1/level2/level3
> file1
> file2
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.