Calculate anchors for new hints
This commit is contained in:
parent
5fadbf77d4
commit
daa2ebb57f
4 changed files with 25 additions and 29 deletions
|
@ -2825,7 +2825,6 @@ impl Project {
|
|||
|
||||
language_server
|
||||
.on_request::<lsp::request::InlayHintRefreshRequest, _, _>({
|
||||
let this = this.downgrade();
|
||||
move |(), mut cx| async move {
|
||||
let this = this
|
||||
.upgrade(&cx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue