Use Transaction instead of ProjectTransaction

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-05-25 15:49:07 +03:00
parent aa58d0fd77
commit e2ff829f98
6 changed files with 51 additions and 78 deletions

View file

@ -682,7 +682,7 @@ message OnTypeFormatting {
}
message OnTypeFormattingResponse {
ProjectTransaction transaction = 1;
Transaction transaction = 1;
}
message PerformRenameResponse {