This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Solution for including libraries, or setting Arduino CLI config options #1653
Open
Description
This extension has almost everything in place, but it seems like there is still no way to set any of the Arduino CLI config options which would allow you to set ARDUINO_DIRECTORIES_USER
which would allow you to pull in libraries from your project folder.
I tried using a prebuild
command to export ARDUINO_DIRECTORIES_USER="$(pwd)/arduino"
but unfortunately that seems to have a different environment than the one that ultimately runs the Arduino CLI.
Is there a workaround I'm missing or is a change needed here?
Seems to be a common problem:
- Including libraries on Arduino CLI #1619
- Include files not found when in VSCode but fine when in ArduinoIDE #1614
- How to tell vscode to check for libraries folder ? #1602
- Can't find library when switched to CLI #1595
- Option to add costum libraries to project folder #1341
- Support library development. #1254
Metadata
Metadata
Assignees
Labels
No labels