emacs-lsp-booster icon indicating copy to clipboard operation
emacs-lsp-booster copied to clipboard

How to make this work with lsp-java?

Open SreenivasVRao opened this issue 5 months ago • 2 comments

Many thanks for this package! Was wondering what happened to the JSON RPC improvements that the LSP folks demoed!

I'm trying to use this with lsp-java and I'm not seeing any logs indicating lsp-booster is being triggered.

SreenivasVRao avatar Mar 25 '24 03:03 SreenivasVRao

I'm not seeing any logs indicating lsp-booster is being triggered.

Firstly you may check that if emacs-lsp-booster process is launched (e.g. using ps in linux). If not, then there may be some problem with the lsp-booster--advice-final-command advise and you may further debug the issue by adding some logs in lsp-stdio-connection function; If the emacs-lsp-booster process is already launched, you should be able to find some logs in the *xxx:stderr* buffer

blahgeek avatar Apr 11 '24 15:04 blahgeek