Start work on reload buffers (#18245)
Release Notes: - Fixed: ssh-remote reload buffers --------- Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
8a7ef4db59
commit
f39e54decc
4 changed files with 325 additions and 208 deletions
|
@ -50,8 +50,7 @@ impl HeadlessProject {
|
|||
store
|
||||
});
|
||||
let buffer_store = cx.new_model(|cx| {
|
||||
let mut buffer_store =
|
||||
BufferStore::new(worktree_store.clone(), Some(SSH_PROJECT_ID), cx);
|
||||
let mut buffer_store = BufferStore::local(worktree_store.clone(), cx);
|
||||
buffer_store.shared(SSH_PROJECT_ID, session.clone().into(), cx);
|
||||
buffer_store
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue