We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88862c9 commit a0b7b11Copy full SHA for a0b7b11
lsp-completion.el
@@ -624,7 +624,8 @@ Returns resolved completion item details."
624
result (when-let ((items
625
(or (and done? (cl-second lsp-completion--cache))
626
(and lsp-completion-filter-on-incomplete
627
- (lsp-completion--to-internal items)))))
+ (lsp-completion--to-internal items))
628
+ items)))
629
(-map
630
(lambda (item)
631
(lsp-completion--make-item item :markers markers :prefix prefix))
0 commit comments