ZIm/crates/file_finder/src
Kirill Bulatov 94c006236e
Properly handle ignored files in the file finder (#31542)
Follow-up of https://github.com/zed-industries/zed/pull/31457

Add a button and also allows to use `search::ToggleIncludeIgnored`
action in the file finder to toggle whether to show gitignored files or
not.
By default, returns back to the gitignored treatment before the PR
above.


![image](https://github.com/user-attachments/assets/c3117488-9c51-4b34-b630-42098fe14b4d)


Release Notes:

- Improved file finder to include indexed gitignored files in its search
results
2025-05-27 18:34:28 +00:00
..
file_finder.rs Properly handle ignored files in the file finder (#31542) 2025-05-27 18:34:28 +00:00
file_finder_settings.rs Properly handle ignored files in the file finder (#31542) 2025-05-27 18:34:28 +00:00
file_finder_tests.rs Properly handle ignored files in the file finder (#31542) 2025-05-27 18:34:28 +00: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