project: Fix worktree store event missing in remote projects (#18376)
Release Notes: - N/A
This commit is contained in:
parent
02d0561586
commit
8559731e0d
1 changed files with 3 additions and 0 deletions
|
@ -886,6 +886,9 @@ impl Project {
|
||||||
cx.spawn(move |this, cx| Self::send_buffer_ordered_messages(this, rx, cx))
|
cx.spawn(move |this, cx| Self::send_buffer_ordered_messages(this, rx, cx))
|
||||||
.detach();
|
.detach();
|
||||||
|
|
||||||
|
cx.subscribe(&worktree_store, Self::on_worktree_store_event)
|
||||||
|
.detach();
|
||||||
|
|
||||||
cx.subscribe(&buffer_store, Self::on_buffer_store_event)
|
cx.subscribe(&buffer_store, Self::on_buffer_store_event)
|
||||||
.detach();
|
.detach();
|
||||||
cx.subscribe(&lsp_store, Self::on_lsp_store_event).detach();
|
cx.subscribe(&lsp_store, Self::on_lsp_store_event).detach();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue