mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 09:44:46 +03:00
Rebase fixes
This commit is contained in:
parent
e44516cc6c
commit
8ed280a029
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1220,7 +1220,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"text",
|
||||
"thiserror",
|
||||
"time 0.3.24",
|
||||
"time 0.3.27",
|
||||
"tiny_http",
|
||||
"url",
|
||||
"util",
|
||||
|
@ -128,8 +128,8 @@ message Envelope {
|
||||
|
||||
InlayHints inlay_hints = 116;
|
||||
InlayHintsResponse inlay_hints_response = 117;
|
||||
ResolveInlayHint resolve_inlay_hint = 131;
|
||||
ResolveInlayHintResponse resolve_inlay_hint_response = 132;
|
||||
ResolveInlayHint resolve_inlay_hint = 137;
|
||||
ResolveInlayHintResponse resolve_inlay_hint_response = 138;
|
||||
RefreshInlayHints refresh_inlay_hints = 118;
|
||||
|
||||
CreateChannel create_channel = 119;
|
||||
|
Loading…
Reference in New Issue
Block a user