Use Transaction instead of ProjectTransaction
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
parent
aa58d0fd77
commit
e2ff829f98
6 changed files with 51 additions and 78 deletions
|
@ -682,7 +682,7 @@ message OnTypeFormatting {
|
|||
}
|
||||
|
||||
message OnTypeFormattingResponse {
|
||||
ProjectTransaction transaction = 1;
|
||||
Transaction transaction = 1;
|
||||
}
|
||||
|
||||
message PerformRenameResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue