zed/crates/file_finder/src
Kirill Bulatov 454d3dd52b
Fix ssh project history (#19683)
Use `Fs` instead of `std::fs` and do entry existence checks better:
* first, check the worktree entry existence without any FS checks
* then, only for local cases, use `Fs` to check for abs_path existence
of items, in case those came from single-filed worktrees that got closed
and removed.

Remote entries do not get file existence checks, so might try opening
previously removed buffers for now.

Release Notes:

- N/A
2024-10-24 21:49:07 +03:00
..
file_finder.rs Fix ssh project history (#19683) 2024-10-24 21:49:07 +03:00
file_finder_settings.rs
file_finder_tests.rs Fix ssh project history (#19683) 2024-10-24 21:49:07 +03:00
new_path_prompt.rs
open_path_prompt.rs