ZIm/crates/zed/src
Max Brunsfeld f649c31bf9
Restructure persistence of remote workspaces to make room for WSL and other non-ssh remote projects (#36714)
This is another pure refactor, to prepare for adding direct WSL support.

###  Todo

* [x] Represent `paths` in the same way for all workspaces, instead of
having a completely separate SSH representation
* [x] Adjust sqlite tables
    * [x] `ssh_projects` -> `ssh_connections` (drop paths)
    * [x] `workspaces.local_paths` -> `paths`
    * [x] remove duplicate path columns on `workspaces`
* [x] Add migrations for backward-compatibility

Release Notes:

- N/A

---------

Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
2025-08-22 14:10:45 -07:00
..
zed Restructure persistence of remote workspaces to make room for WSL and other non-ssh remote projects (#36714) 2025-08-22 14:10:45 -07:00
main.rs Restructure persistence of remote workspaces to make room for WSL and other non-ssh remote projects (#36714) 2025-08-22 14:10:45 -07:00
reliability.rs Add GPU info to Sentry crashes (#36624) 2025-08-21 19:59:42 -04:00
zed-main.rs Fix Unexpected Console Window When Running Zed Release Build (#32144) 2025-06-05 19:38:19 +08:00
zed.rs ACP debug tools pane (#36768) 2025-08-22 19:32:49 +00:00