Do not send edits over the wire

This commit is contained in:
Kirill Bulatov 2023-05-25 12:35:07 +03:00
parent f812151840
commit aa58d0fd77
4 changed files with 225 additions and 86 deletions

View file

@ -682,14 +682,7 @@ message OnTypeFormatting {
}
message OnTypeFormattingResponse {
repeated OnTypeFormattingResponseEntry entries = 1;
repeated VectorClockEntry version = 2;
}
message OnTypeFormattingResponseEntry {
Anchor start = 1;
Anchor end = 2;
string new_text = 3;
ProjectTransaction transaction = 1;
}
message PerformRenameResponse {