zed/crates/sqlez/src
Thorsten Ball e9f2e72ff0
Workspace persistence for SSH projects (#17996)
TODOs:

- [x] Add tests to `workspace/src/persistence.rs`
- [x] Add a icon for ssh projects
- [x] Fix all `TODO` comments
- [x] Use `port` if it's passed in the ssh connection options

In next PRs:
- Make sure unsaved buffers are persisted/restored, along with other
items/layout
- Handle multiple paths/worktrees correctly


Release Notes:

- N/A

---------

Co-authored-by: Bennet Bo Fenner <bennet@zed.dev>
2024-09-19 17:51:28 +02:00
..
bindable.rs Workspace persistence for SSH projects (#17996) 2024-09-19 17:51:28 +02:00
connection.rs
domain.rs
lib.rs
migrations.rs
savepoint.rs
statement.rs
thread_safe_connection.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
typed_statements.rs Workspace persistence for SSH projects (#17996) 2024-09-19 17:51:28 +02:00
util.rs