Post-rebase fixes

This commit is contained in:
Kirill Bulatov 2023-06-29 11:21:12 +03:00
parent 3445bc42b6
commit 652909cdba
6 changed files with 55 additions and 46 deletions

View file

@ -137,9 +137,9 @@ message Envelope {
UpdateWorktreeSettings update_worktree_settings = 113;
InlayHints inlay_hints = 114;
InlayHintsResponse inlay_hints_response = 115;
RefreshInlayHints refresh_inlay_hints = 116;
InlayHints inlay_hints = 116;
InlayHintsResponse inlay_hints_response = 117;
RefreshInlayHints refresh_inlay_hints = 118;
}
}