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
Bug Summary:
i'm getting this error that i believe it's caused by intellisense, when I hover and/or click io.h i can access the file and i can actually build the c file and get a hex file using AVR Helper extension with no problem…
I tried the solution on these issues but nothing seems to solve it
Hi @7osssam . I installed avr8-gnu-toolchain-win32_x86_64 and tried to replicate your scenario, but was unable to reproduce the error. It was able to find io.h and did not get a squiggle.
In your log output, I see that io.h was also open at the time, and the C/C++ extension was aware that it was included by test.c (as it was processed as part of the same file translation-unit). Is it possible you have another extension installed that is also providing squiggles for C source files, which might be the source of that squiggle?
Could you provide some additional information, such as the list of extensions you have installed, and the output of the problems pane (and maybe a image snip of the hover contents in which the error is displayed?) (I don't believe the C/C++ extension would display red text to the right of the include statement with "arv/io.h not found", so I assume that is either something you added to highlight the issue, or perhaps was provided by another extension).
It might also be helpful if you could provide a self-contained example that we might use to reproduce the problem, perhaps in the form of a zip file or a githug repo.
Thank you for your prompt response. I followed your suggestion and began disabling some of the C/C++ related extensions. I discovered that the issue was actually caused by a different extension, namely vscode-clang, as you suggested. I apologize for any inconvenience or wasted time that may have resulted from my previous issue.
Once again, thank you for your assistance. Have a good day.
Environment
Bug Summary and Steps to Reproduce
Bug Summary:

i'm getting this error that i believe it's caused by intellisense, when I hover and/or click
io.h
i can access the file and i can actually build the c file and get a hex file using AVR Helper extension with no problem…I tried the solution on these issues but nothing seems to solve it
here is my c_cpp_properties.json file
Configuration and Logs
The text was updated successfully, but these errors were encountered: