You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the standard configuration of arduino-language-server in neovim.
The line #include <Wire.h> gives me a "file not found" error. The same with other libraries. I have generated a compile_commands.json with arduino-cli but this does not make any difference.
Is there a way to pass include paths to the language server?
I have the standard configuration of arduino-language-server in neovim.
The line
#include <Wire.h>
gives me a "file not found" error. The same with other libraries. I have generated acompile_commands.json
witharduino-cli
but this does not make any difference.Is there a way to pass include paths to the language server?
My configuration:
The text was updated successfully, but these errors were encountered: