Skip to content

Commit

Permalink
ssh: Handle BufferSaved ssh message (zed-industries#17936)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A

Co-authored-by: Conrad <[email protected]>
  • Loading branch information
2 people authored and noaccOS committed Oct 19, 2024
1 parent 10be0d2 commit c573ca3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/project/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -797,9 +797,8 @@ impl Project {
ssh.subscribe_to_entity(SSH_PROJECT_ID, &this.settings_observer);
client.add_model_message_handler(Self::handle_update_worktree);
client.add_model_message_handler(Self::handle_create_buffer_for_peer);
client.add_model_message_handler(BufferStore::handle_update_buffer_file);
client.add_model_message_handler(BufferStore::handle_update_diff_base);
client.add_model_request_handler(BufferStore::handle_update_buffer);
BufferStore::init(&client);
LspStore::init(&client);
SettingsObserver::init(&client);

Expand Down

0 comments on commit c573ca3

Please sign in to comment.