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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
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?