ZIm/crates/terminal_view/src
Max Brunsfeld e174f16d50
Refactor: Make it possible to share a remote worktree (#12775)
This PR is an internal refactor in preparation for remote editing. It
restructures the public interface of `Worktree`, reducing the number of
call sites that assume that a worktree is local or remote.

* The Project no longer calls `worktree.as_local_mut().unwrap()` in code
paths related to basic file operations
* Fewer code paths in the app rely on the worktree's `LocalSnapshot`
* Worktree-related RPC message handling is more fully encapsulated by
the `Worktree` type.

to do:
* [x] file manipulation operations
* [x] sending worktree updates when sharing

for later
* opening buffers
* updating open buffers upon worktree changes

Release Notes:

- N/A
2024-06-07 12:53:01 -07:00
..
persistence.rs Changed SQLez migrations to be executed eagerly 2023-01-30 14:38:48 -08:00
terminal_element.rs Do not occlude terminal pane by terminal element (#12677) 2024-06-05 13:43:18 +03:00
terminal_panel.rs Always open the project panel for dev server projects (#12654) 2024-06-04 16:07:12 -06:00
terminal_view.rs Refactor: Make it possible to share a remote worktree (#12775) 2024-06-07 12:53:01 -07:00