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

fix(lsp): Fix wrong logging method and set disable by default #292

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

hyp3rflow
Copy link
Member

  • Fix wrong jsonrpc method for logging and sets logging disable by default.
    According to the LSP spec, window/showMessageRequest and window/showMessageResponse are used for displaying message on editor, not for the logging purpose.

This will fix #285 (lsp not working on neovim)

@hyp3rflow hyp3rflow self-assigned this Oct 31, 2023
@hyp3rflow hyp3rflow changed the title Fix logging method and set disable by default fix(lsp): Fix wrong logging method and set disable by default Oct 31, 2023
@disjukr disjukr merged commit bfbb45b into main Oct 31, 2023
3 checks passed
@disjukr disjukr deleted the lsp/disable-log branch October 31, 2023 16:17
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

Successfully merging this pull request may close these issues.

Instructions for set up pb lsp with neovim
2 participants