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 13, 2019. It is now read-only.
On MacOS, with my config changed to include "arduino.libraryPath": "/Users/david/Documents/Arduino/libraries", when I click the Arduino: Build icon, the Problems file lists "Include file not found in include path" for every #include in the ino file.
Some of these includes are found in /Users/david/Documents/Arduino/libraries and others in /Applications/Arduino.app/Contents/Java/libraries.
The file compiles without a problem if I do it from the Arduino IDE (I'm using the version from arduino.cc).