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 9846ba5 commit fb8e1e4Copy full SHA for fb8e1e4
lsp-mode.el
@@ -8058,9 +8058,6 @@ This avoids overloading the server with many files when starting Emacs."
8058
(interactive)
8059
(lsp--doctor
8060
"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)
8064
"Check emacs supports `read-process-output-max'" (boundp 'read-process-output-max)
8065
"Check `read-process-output-max' default has been changed from 4k"
8066
(and (boundp 'read-process-output-max)
0 commit comments