Do not remove worktrees after the headless server removal (#19556)
Release Notes: - N/A Co-authored-by: Conrad Irwin <conrad@zed.dev>
This commit is contained in:
parent
291ca2c32c
commit
edda149d75
5 changed files with 12 additions and 4 deletions
|
@ -1029,6 +1029,7 @@ impl LspStore {
|
|||
})
|
||||
.detach()
|
||||
}
|
||||
WorktreeStoreEvent::WorktreeReleased(..) => {}
|
||||
WorktreeStoreEvent::WorktreeRemoved(_, id) => self.remove_worktree(*id, cx),
|
||||
WorktreeStoreEvent::WorktreeOrderChanged => {}
|
||||
WorktreeStoreEvent::WorktreeUpdateSent(worktree) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue