Simplify proto::Buffer
to express its fields in terms of operations
This commit is contained in:
parent
01e3f118b2
commit
ec48ffc9da
3 changed files with 25 additions and 49 deletions
|
@ -813,11 +813,7 @@ message Buffer {
|
|||
optional File file = 2;
|
||||
string base_text = 3;
|
||||
repeated Operation operations = 4;
|
||||
repeated SelectionSet selections = 5;
|
||||
repeated Diagnostic diagnostics = 6;
|
||||
uint32 diagnostics_timestamp = 7;
|
||||
repeated string completion_triggers = 8;
|
||||
LineEnding line_ending = 9;
|
||||
LineEnding line_ending = 5;
|
||||
}
|
||||
|
||||
enum LineEnding {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue