-
-
Notifications
You must be signed in to change notification settings - Fork 959
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
arduino-language server gets stuck on "initializing languageserver.arduino" #3594
Comments
Need check output channel https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel |
I did come across that page, tho i do not exactly understand where the log of the language server is outputted. this is my current coc-settings.json { |
Don't why it's marked as 'Can't Reproduce', I'm facing the same issue. It's showing Log of output channel
|
The server doesn't send any response. |
Edit: probably related So presumably the issue is with server then. Guess we can close this issue. I'll try out other releases and see if it's an issue with current release (of the server). |
Language server issue. |
Info :
vim version: NVIM v0.6.1
node version: v17.3.0
coc.nvim version: 0.0.80-472fd14967
coc.nvim directory: /home/renny/.vim/plugged/coc.nvim
term: rxvt-unicode-256color
platform: linux
Log of coc.nvim
2022-01-22T19:33:10.375 INFO (pid:73015) [services] - registered service "languageserver.arduino"
2022-01-22T19:33:10.378 INFO (pid:73015) [services] - arduino state change: stopped => starting
2022-01-22T19:33:10.766 INFO (pid:73015) [plugin] - coc.nvim initialized with node: v17.3.0 after 432ms
2022-01-22T19:33:10.783 INFO (pid:73015) [language-client-index] - Language server "languageserver.arduino" started with 73034
2022-01-22T19:34:35.295 INFO (pid:73015) [attach] - receive notification: runCommand [ 'workspace.showOutput' ]
2022-01-22T19:34:39.294 WARN (pid:73015) [plugin] - Slow action "runCommand" cost 3998ms
2022-01-22T19:36:00.102 INFO (pid:73015) [attach] - receive notification: showInfo []
Describe the bug
If i try to open any .ino file the language server always shows "initializing languageserver.arduino" and never actually starts working. This used to work, so there must have been some sort of change recently that introduced this bug.
Im interfacing the language server with the default coc-settings.json suggested by the documentation.
Reproduce the bug
This a log provided by coc, and it seems as if the language server panics regardless of the command sent.
log.txt
A minimal nvimrc
mini.vim.txt
The text was updated successfully, but these errors were encountered: