Replies: 1 comment
-
@lerouxb The problem here is that whatever is powering the vscode popup doesn't understand the magic of where See the end of I'm not sure the best way to fix this... are you able to configure vscode to know about the following flags that
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Starting with a new project that's just the basic factorial natmod example from here https://docs.micropython.org/en/latest/develop/natmod.html
I have that open in a workspace in vscode. I'm getting a lot of
expression must have struct or union type but it has type "const int"
errors. I'm wondering if anyone's done the work of configuring vscode to work with this?I found the vscode page on the wiki https://github.com/micropython/micropython/wiki/VS-Code but it doesn't seem to deal with setting things up for c.
I'd love some pointers if possible.
Beta Was this translation helpful? Give feedback.
All reactions