Open
Description
Requiring a -fqbn
option on the command line makes it difficult to set project-specific board names, and the current workaround calls for hardcoded FQBN for each individual project, which is inconvenient and error-prone. It would be great if arduino-language-server could accept a -project-root
option and check the sketch.json
inside the project root directory to access all project-specific settings.