ZIm/crates/file_finder/src
Kirill Bulatov e84463648a
Highlight file finder entries according to their git status (#31469)
Configure this with the
```json5
"file_finder": {
  "git_status": true
}
```
settings value.

Before:
<img width="864" alt="before"
src="https://github.com/user-attachments/assets/5943e30f-1105-445e-9398-ea6dd35877c8"
/>

After:
<img width="864" alt="image"
src="https://github.com/user-attachments/assets/56b2fad6-8cdc-4f28-b238-920745231b1f"
/>

After with search matches:
<img width="577" alt="image"
src="https://github.com/user-attachments/assets/8c414575-7daf-43a8-89c2-98137d52b7a0"
/>

Release Notes:

- Start highlighting file finder entries according to their git status
2025-05-26 23:14:16 +00:00
..
file_finder.rs Highlight file finder entries according to their git status (#31469) 2025-05-26 23:14:16 +00:00
file_finder_settings.rs Highlight file finder entries according to their git status (#31469) 2025-05-26 23:14:16 +00:00
file_finder_tests.rs Parse .//a//b/-prefixed paths more leniently in the file finder (#31459) 2025-05-26 20:38:12 +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