Replies: 1 comment
-
Thank you, the Wiki page has been updated https://github.com/neoclide/coc.nvim/wiki/Language-servers#Arduino |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran into some issues when trying to use the Arduino Language Server with Coc, the server would just stop. I found a fix, in the
coc-settings.json
it says in your documentation to add :But you need to specify a Fully Qualified Board Name, that you can find by running
arduino-cli board listall
and choose the board you would like to use. And also apparently the Semantic Tokens are not supported by the Arduino Language Server. So this is the corrected version :Beta Was this translation helpful? Give feedback.
All reactions