From a801c85a1ba6f54fb077e936f4cb4fea063339a5 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 2 Jan 2024 15:51:36 -0700 Subject: [PATCH] TEMP --- crates/rpc/proto/zed.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpc/proto/zed.proto b/crates/rpc/proto/zed.proto index 5ae127e277..21fe81ca1b 100644 --- a/crates/rpc/proto/zed.proto +++ b/crates/rpc/proto/zed.proto @@ -368,7 +368,7 @@ message JoinProject { } message JoinProjectResponse { - uint32 replica_id = 1; + optional uint32 replica_id = 1; repeated WorktreeMetadata worktrees = 2; repeated Collaborator collaborators = 3; repeated LanguageServer language_servers = 4;