Skip to content

Commit

Permalink
Update lsp-completion.el
Browse files Browse the repository at this point in the history
It seems that `lsp-completion--annotate` have no reason to execute `(lsp-completion--resolve-async item #'ignore)`.
  • Loading branch information
eval-exec authored Dec 31, 2024
1 parent c7a3fcb commit 6a3f13a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lsp-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ The CLEANUP-FN will be called to cleanup."
"Annotate ITEM detail."
(-let (((completion-item &as &CompletionItem :detail? :kind? :label-details?)
(get-text-property 0 'lsp-completion-item item)))
(lsp-completion--resolve-async item #'ignore)

(concat (when (and lsp-completion-show-detail detail?)
(concat " " (s-replace "\r" "" detail?)))
Expand Down

0 comments on commit 6a3f13a

Please sign in to comment.