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 has been archived by the owner on Oct 1, 2024. It is now read-only.
When attempting to compile example code or other code for the Adafruit Feather M0, the code successfully compiles. However, this is shown as a "problem" at the top of my project:
This issue has been automatically marked as stale and closed because it has not had recent activity. Please feel free to open a new issue if you would like further discussion. Thank you for your contributions.
When attempting to compile example code or other code for the Adafruit Feather M0, the code successfully compiles. However, this is shown as a "problem" at the top of my project:
{
"resource": "/Users/michael/Desktop/tempDev/eepromTest/eepromTest.ino",
"owner": "generated_diagnostic_collection_name#0",
"severity": 8,
"message": "cannot open source file "sam.h" (dependency of "/Users/michael/Library/Arduino15/packages/adafruit/hardware/samd/1.2.9/cores/arduino/Arduino.h")",
"startLineNumber": 4,
"startColumn": 1,
"endLineNumber": 4,
"endColumn": 54
}
I am using the full intellisense feature and have disabled the fallback, as that is the only way I could get syntax highlighting to work.
Any thoughts? Thank you!
The text was updated successfully, but these errors were encountered: