Replies: 1 comment 1 reply
-
I was using Linux and the Microchip toolchain for a DA project, my VS Code setup may give some clues. https://github.com/epccs/MacGyver/blob/master/Applications/.vscode/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, all. Has anyone here gotten IntelliSense to work relatively flawlessly in Visual Studio Code for DxCore projects? I've gotten most of the way, but still have some issues.
For me, any calls to
Serial.printf()
get marked with a red squiggly. Ctrl+clicking onprintf
shows me the definition just fine. Other things here and there have the same behavior. For example,va_start
within theprintf
definition.In addition to that, when verifying the sketch, I get:
[Error] Failed to read or write IntelliSense configuration: {}
Don't think it's a real problem, but it's annoying.
Here's my
c_pp_properties.json
file:If anyone has IntelliSense working well, could you share your
c_pp_properties.json
file?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions