Skip to content

Commit fb8e1e4

Browse files
committed
Remove no longer relevant capf check
1 parent 9846ba5 commit fb8e1e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lsp-mode.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8058,9 +8058,6 @@ This avoids overloading the server with many files when starting Emacs."
80588058
(interactive)
80598059
(lsp--doctor
80608060
"Checking for Native JSON support" (functionp 'json-serialize)
8061-
"Using company-capf" (--find (or (equal it 'company-capf)
8062-
(and (listp it) (-contains? it 'company-capf)))
8063-
company-backends)
80648061
"Check emacs supports `read-process-output-max'" (boundp 'read-process-output-max)
80658062
"Check `read-process-output-max' default has been changed from 4k"
80668063
(and (boundp 'read-process-output-max)

0 commit comments

Comments
 (0)