Omit worktree id when emitting Event::DiskBasedDiagnosticsUpdated
Sometimes we will have more than one worktree associated with the same language server and in that case it's unclear which worktree id we should report an event for.
This commit is contained in:
parent
71082d4cdc
commit
6b1f989c2b
4 changed files with 30 additions and 53 deletions
|
@ -191,12 +191,10 @@ message DiagnosticSummary {
|
|||
|
||||
message DiskBasedDiagnosticsUpdating {
|
||||
uint64 project_id = 1;
|
||||
uint64 worktree_id = 2;
|
||||
}
|
||||
|
||||
message DiskBasedDiagnosticsUpdated {
|
||||
uint64 project_id = 1;
|
||||
uint64 worktree_id = 2;
|
||||
}
|
||||
|
||||
message GetChannels {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue