Maintain remote buffers via UpdateBufferFile messages sent by host

This commit is contained in:
Antonio Scandurra 2022-01-24 09:32:40 +01:00
parent da13d028a3
commit 4372fe1ed0
4 changed files with 115 additions and 23 deletions

View file

@ -198,6 +198,7 @@ entity_messages!(
UnregisterWorktree,
UnshareProject,
UpdateBuffer,
UpdateBufferFile,
UpdateDiagnosticSummary,
UpdateWorktree,
);