zed/crates/open_path_prompt/src
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
..
file_finder_settings.rs file_finder: Put collab channel inclusion behind a setting (#51505) 2026-03-13 16:52:50 +00:00
open_path_prompt.rs Respect sort_mode in workspace: open files (#56720) 2026-05-14 19:51:10 +00:00
open_path_prompt_tests.rs Respect sort_mode in workspace: open files (#56720) 2026-05-14 19:51:10 +00:00