Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make this work with lsp-java? #19

Open
SreenivasVRao opened this issue Mar 25, 2024 · 1 comment
Open

How to make this work with lsp-java? #19

SreenivasVRao opened this issue Mar 25, 2024 · 1 comment

Comments

@SreenivasVRao
Copy link

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.

@blahgeek
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants