Wait for request and response version before resolving completions
This commit is contained in:
parent
809b843ceb
commit
17b13b9362
3 changed files with 72 additions and 55 deletions
|
@ -222,10 +222,12 @@ message GetCompletions {
|
|||
uint64 project_id = 1;
|
||||
uint64 buffer_id = 2;
|
||||
Anchor position = 3;
|
||||
repeated VectorClockEntry version = 4;
|
||||
}
|
||||
|
||||
message GetCompletionsResponse {
|
||||
repeated Completion completions = 1;
|
||||
repeated VectorClockEntry version = 2;
|
||||
}
|
||||
|
||||
message ApplyCompletionAdditionalEdits {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue