zed/crates/project/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
..
lsp_command
buffer_store.rs
color_extractor.rs
connection_manager.rs
debounced_delay.rs
direnv.rs
environment.rs
lsp_command.rs
lsp_ext_command.rs
lsp_store.rs Fall back to handling the abs path for external worktree entries (#19612) 2024-10-23 17:34:23 +03:00
prettier_store.rs
project.rs Fix ssh project history (#19683) 2024-10-24 21:49:07 +03:00
project_settings.rs Don't upload local settings to ssh remotes (#19577) 2024-10-22 20:11:05 -06:00
project_tests.rs
search.rs
search_history.rs
task_inventory.rs
task_store.rs
terminals.rs Remove dev servers (#19638) 2024-10-24 12:14:03 -06:00
worktree_store.rs Remove dev servers (#19638) 2024-10-24 12:14:03 -06:00
yarn.rs