zed/crates/open_path_prompt
Aleksei Gusev f22650bca5
Respect sort_mode in workspace: open files (#56720)
It's possible to configure `sort_mode` for the project panel like that:

```json
"project_panel": {
"sort_mode":"directories_first"
}
```

However, `workspace: open files` doesn't respect this setting and always
shows files and directories mixed. This change fixes the issue.

Release Notes:

- Improved sorting in `workspace: open files`

---------

Co-authored-by: Christopher Biscardi <chris@christopherbiscardi.com>
2026-05-14 19:51:10 +00:00
..
src Respect sort_mode in workspace: open files (#56720) 2026-05-14 19:51:10 +00:00
Cargo.toml Respect sort_mode in workspace: open files (#56720) 2026-05-14 19:51:10 +00:00
LICENSE-GPL build: Simplify build graph (#47253) 2026-01-23 18:29:20 +01:00