-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Runtime Error when receiving textDocument/didChange #76
Labels
type: imperfection
Perceived defect in any part of project
Comments
I'm running into this problem trying to use arduino-language-server as a neovim LSP provider as well. It works okay initially, providing diagnostics and autocompletes for a few minutes, but eventually segfaults. Logs
|
Having the same issue in Sublime Text with Sublime LSP:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Current behavior
Any sketch that I open with the Language Server running fails during
textDocument/didChange
with the following error in the logs:textDocument/signatureHelp
works fine, however. I have confirmed that theclangd
Language Server is working on my system.Expected behavior
textDocument/didChange
should not crash the Language Server.Environment
arduino-cli version
):arduino-cli alpha Version: 0.17.0-arch Commit: ab58758347e10f22e07154d520d0223612674cab
Additional context
My editor is the nightly build of Neovim (v0.5.0-893-ga1a4dd34e).
I have uploaded the server logs to this gist:
https://gist.github.com/michaeljoelphillips/85b51e740d11e0f9f7ce3f7bccf50add
The text was updated successfully, but these errors were encountered: