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
Steps to reproduce:
install arduino:sam core using arduino-cli
acdb --fqbn=arduino:sam:arduino_due_x in project repo
touch main.cpp
in neovim using an lspconfig setup with clangd:
#include <stdlib.h>
try to goto_definition
also in arduino.h with that fqbn:
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
install arduino:sam core using arduino-cli
acdb --fqbn=arduino:sam:arduino_due_x in project repo
touch main.cpp
in neovim using an lspconfig setup with clangd:
#include <stdlib.h>
try to goto_definition
also in arduino.h with that fqbn:
The text was updated successfully, but these errors were encountered: