mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 14:11:34 +00:00
Remove Anchor from protocol
This commit is contained in:
parent
ab4f90a20a
commit
1a92a19954
1 changed files with 0 additions and 10 deletions
|
@ -245,16 +245,6 @@ message Selection {
|
||||||
bool reversed = 4;
|
bool reversed = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Anchor {
|
|
||||||
repeated VectorClockEntry version = 1;
|
|
||||||
uint64 offset = 2;
|
|
||||||
Bias bias = 3;
|
|
||||||
enum Bias {
|
|
||||||
LEFT = 0;
|
|
||||||
Right = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
message Operation {
|
message Operation {
|
||||||
oneof variant {
|
oneof variant {
|
||||||
Edit edit = 1;
|
Edit edit = 1;
|
||||||
|
|
Loading…
Reference in a new issue