-
Notifications
You must be signed in to change notification settings - Fork 236
Intellisense Error for Raspberry Pi Pico boards #1354
Comments
I have exactly same error, and have spent hours trying to fix it. Nothing works!! |
Maybe it is a general problem 3rd party cores |
The extension under Windows 10 does not find the paths in the core's subdirectory \Pico-SDK that may be a problem with \ and / when the extension parses the output, which is e.g.:
they are included by I proposed a dirty fix there: |
This patch adds support for @ path directives, and `-i` GCC directory. This is required for arduino-pico support as platform include paths are specified via a platform_inc.txt that includes `-iwithprefix` lines. Fixes microsoft/vscode-arduino#1354, earlephilhower/arduino-pico#960
Hi all, I've created a PR for the is now and my project now works properly. This library hasn't been updated in a good while, but I hope the patch is merged in and dependency updated. My rp2040 project does not work correctly without it. |
in the mean time, you're welcome to try out my build here: https://github.com/tylerjwatson/vscode-arduino/releases/tag/v0.6.1 |
Here a screenshot when using Raspberry Pi Pico boards, get an error which shouldn't happen

The text was updated successfully, but these errors were encountered: