Rebase fixes
This commit is contained in:
parent
e44516cc6c
commit
8ed280a029
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1220,7 +1220,7 @@ dependencies = [
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"text",
|
"text",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"time 0.3.24",
|
"time 0.3.27",
|
||||||
"tiny_http",
|
"tiny_http",
|
||||||
"url",
|
"url",
|
||||||
"util",
|
"util",
|
||||||
|
|
|
@ -128,8 +128,8 @@ message Envelope {
|
||||||
|
|
||||||
InlayHints inlay_hints = 116;
|
InlayHints inlay_hints = 116;
|
||||||
InlayHintsResponse inlay_hints_response = 117;
|
InlayHintsResponse inlay_hints_response = 117;
|
||||||
ResolveInlayHint resolve_inlay_hint = 131;
|
ResolveInlayHint resolve_inlay_hint = 137;
|
||||||
ResolveInlayHintResponse resolve_inlay_hint_response = 132;
|
ResolveInlayHintResponse resolve_inlay_hint_response = 138;
|
||||||
RefreshInlayHints refresh_inlay_hints = 118;
|
RefreshInlayHints refresh_inlay_hints = 118;
|
||||||
|
|
||||||
CreateChannel create_channel = 119;
|
CreateChannel create_channel = 119;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue