Fix resolve status conversion
This commit is contained in:
parent
bcaff0a18a
commit
dcf570bb03
9 changed files with 71 additions and 72 deletions
|
@ -5091,7 +5091,7 @@ impl Project {
|
|||
InlayHints::proto_to_project_hint(resolved_hint, &project, &mut cx)
|
||||
.await
|
||||
.map(Some)
|
||||
.context("inlay hints proto response conversion")
|
||||
.context("inlay hints proto resolve response conversion")
|
||||
}
|
||||
None => Ok(None),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue