Allow receiving diagnostic updates out of order
This commit is contained in:
parent
556d9cc53f
commit
bcd5c28833
4 changed files with 67 additions and 18 deletions
|
@ -542,7 +542,8 @@ message BufferState {
|
|||
repeated Operation operations = 4;
|
||||
repeated SelectionSet selections = 5;
|
||||
repeated Diagnostic diagnostics = 6;
|
||||
repeated string completion_triggers = 7;
|
||||
uint32 diagnostics_timestamp = 7;
|
||||
repeated string completion_triggers = 8;
|
||||
}
|
||||
|
||||
message BufferFragment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue