diff --git a/lsp-completion.el b/lsp-completion.el index a835eac6d6..b42ffb2cf9 100644 --- a/lsp-completion.el +++ b/lsp-completion.el @@ -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?)))