ssh-remoting: Fix go to definition out of worktree (#18094)

Release Notes:

- ssh-remoting: Fixed go to definition outside of worktree

---------

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Conrad Irwin
2024-09-19 14:04:46 -06:00
committed by GitHub
co-authored by Mikayla
parent 00b1c81c9f
commit fbbf0393cb
7 changed files with 251 additions and 158 deletions
+4
View File
@@ -1621,6 +1621,10 @@ impl ProtoClient for Client {
fn message_handler_set(&self) -> &parking_lot::Mutex<ProtoMessageHandlerSet> {
&self.handler_set
}
fn goes_via_collab(&self) -> bool {
true
}
}
#[derive(Serialize, Deserialize)]