Results 884 comments of Ivan Yonchovski

Execute `(require 'lsp-bash)` and then do `M-x lsp`. Also, check the content of the install `*lsp-install...` buffer.

@sethen it is introduced here: https://github.com/emacs-lsp/lsp-mode/pull/2670

We do checks like this: https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-mode.el#L6822 . But if you have already compiled lsp-mode with json support it wont work on an emacs instance with no json support.

Once you switch emacs versions you are supposed to recompile lsp-mode because we check if json is available compile time to avoid the runtime check.

Can you test with M-x lsp-start-plain? Also, this one is wrong: ``` (add-hook 'java-mode-hook (setq lsp-idle-delay 0.1 lsp-eldoc-enable-hover t lsp-java-format-comments-enabled nil lsp-java-save-actions-organize-imports nil lsp-java-autobuild-enabled t lsp-inhibit-message t lsp-java-completion-guess-method-arguments t lsp-completion-show-kind...

And as a side note, you can put these on top level no need to set them in a hook.

> Can you test with M-x lsp-start-plain? did you had the chance to try that?

Can you enable the log and check if the server is returning the proper result? Also check what happens after M-x toggle-debug-on-error

I might be missing something but there is no reference to quick-peek in https://github.com/cpitclaudel/company-coq ?