Replicate diagnostic summaries
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
b2f0c78924
commit
d8b888c9cb
7 changed files with 231 additions and 50 deletions
|
@ -125,6 +125,7 @@ messages!(
|
|||
BufferSaved,
|
||||
ChannelMessageSent,
|
||||
CloseBuffer,
|
||||
DiskBasedDiagnosticsUpdated,
|
||||
Error,
|
||||
GetChannelMessages,
|
||||
GetChannelMessagesResponse,
|
||||
|
@ -155,6 +156,7 @@ messages!(
|
|||
UnshareProject,
|
||||
UpdateBuffer,
|
||||
UpdateContacts,
|
||||
UpdateDiagnosticSummary,
|
||||
UpdateWorktree,
|
||||
);
|
||||
|
||||
|
@ -178,17 +180,19 @@ request_messages!(
|
|||
entity_messages!(
|
||||
project_id,
|
||||
AddProjectCollaborator,
|
||||
RemoveProjectCollaborator,
|
||||
BufferSaved,
|
||||
CloseBuffer,
|
||||
DiskBasedDiagnosticsUpdated,
|
||||
JoinProject,
|
||||
LeaveProject,
|
||||
BufferSaved,
|
||||
OpenBuffer,
|
||||
CloseBuffer,
|
||||
RemoveProjectCollaborator,
|
||||
SaveBuffer,
|
||||
ShareWorktree,
|
||||
UnregisterWorktree,
|
||||
UnshareProject,
|
||||
UpdateBuffer,
|
||||
UpdateDiagnosticSummary,
|
||||
UpdateWorktree,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue