WIP line mode operations
This commit is contained in:
parent
8044586296
commit
d7d17b2148
15 changed files with 166 additions and 30 deletions
|
@ -779,6 +779,7 @@ message SelectionSet {
|
|||
uint32 replica_id = 1;
|
||||
repeated Selection selections = 2;
|
||||
uint32 lamport_timestamp = 3;
|
||||
bool line_mode = 4;
|
||||
}
|
||||
|
||||
message Selection {
|
||||
|
@ -854,6 +855,7 @@ message Operation {
|
|||
uint32 replica_id = 1;
|
||||
uint32 lamport_timestamp = 2;
|
||||
repeated Selection selections = 3;
|
||||
bool line_mode = 4;
|
||||
}
|
||||
|
||||
message UpdateCompletionTriggers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue