zed/crates/client/src
Max Brunsfeld 489077befc
Extract a BufferStore object from Project (#14037)
This is a ~small~ pure refactor that's a step toward SSH remoting. I've
extracted the Project's buffer state management into a smaller, separate
struct called `BufferStore`, currently in the same crate. I did this as
a separate PR to reduce conflicts between main and `remoting-over-ssh`.

The idea is to make use of this struct (and other smaller structs that
make up `Project`) in a dedicated, simpler `HeadlessProject` type that
we will use in the SSH server to model the remote end of a project. With
this approach, as we develop the headless project, we can avoid adding
more conditional logic to `Project` itself (which is already very
complex), and actually make `Project` a bit smaller by extracting out
helper objects.

Release Notes:

- N/A
2024-07-12 15:25:54 -07:00
..
telemetry Use SystemClock in EventCoalescer (#8317) 2024-02-23 20:07:13 -05:00
client.rs Extract a BufferStore object from Project (#14037) 2024-07-12 15:25:54 -07:00
http.rs Extract http from util (#11680) 2024-05-10 15:50:20 -06:00
telemetry.rs Prevent dumping of temporary files in config_dir (#14002) 2024-07-09 12:59:17 -04:00
test.rs remoting (#9680) 2024-03-22 08:44:56 -06:00
user.rs Remove never-used client parameter from message handler functions (#13406) 2024-06-22 16:07:36 -07:00