Simplify proto::Buffer to express its fields in terms of operations

This commit is contained in:
Antonio Scandurra 2022-08-23 12:40:20 +02:00
parent 01e3f118b2
commit ec48ffc9da
3 changed files with 25 additions and 49 deletions

View file

@ -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 {