-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include errors in Visual Studio Code #753
Comments
I haven't used MSFT Visual Studio in a decade, so can't help you with the actual changers, but your |
Thanks for the quick response. Just to clarify, I'm using Visual Studio Code, not Visual Studio. Btw, The (After Quick Try) First, create file named
This will disable the auto generation of Finally, add the
Now the |
I am using official Arduino by Microsoft in Visual Studio Code. There is red squiggle on every first line of file in my code. It is compiled and uploaded fine though. However, it's defeat the purpose of using VSCode in the first place, as i want to know if there is error in my code while writing it.
The error says:
is there any workaround to get rid of this errors?
Here is the
c_cpp_properties.json
configuration in case it's needed.The text was updated successfully, but these errors were encountered: