ZIm/crates/file_finder/src
Kirill Bulatov 5b320d6714
Be more lenient when looking up gitignored files in file finder (#31457)
The lookup was disabled due to concerns of being forced to traverse many
gitignored file entries. Since Zed does not index these eagerly, but
only contents of the directories that are parent to the gitignored file
entries, it might be not that bad — let's see how much improvement it
provides.

Closes https://github.com/zed-industries/zed/issues/31016

Release Notes:

- Improved file finder to include indexed gitignored files in its search
results
2025-05-26 23:24:32 +03:00
..
file_finder.rs Be more lenient when looking up gitignored files in file finder (#31457) 2025-05-26 23:24:32 +03:00
file_finder_settings.rs file_finder: Add skip_focus_for_active_in_search setting (#27624) 2025-04-30 22:58:33 +05:30
file_finder_tests.rs Be more lenient when looking up gitignored files in file finder (#31457) 2025-05-26 23:24:32 +03:00
new_path_prompt.rs Reduce allocations (#30693) 2025-05-14 18:29:28 +02:00
open_path_prompt.rs Add icons to the built-in picker for Open (#30893) 2025-05-21 13:07:22 +03:00
open_path_prompt_tests.rs workspace: Add trailing / to directories on completion when using OpenPathPrompt (#25430) 2025-03-04 14:01:08 +08:00