Skip to content
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

Platform IO paths to include files are not complete in Intellisense #2

Open
vin1953 opened this issue Jul 16, 2023 · 2 comments
Open

Comments

@vin1953
Copy link

vin1953 commented Jul 16, 2023

I started to experiment with this version of the Bouffalo tools. I noticed that on Windows and Linux, that there are header files that are not being found/recognized in the Platform IO IDE. For example FreeRTOS.h, string,h, stdio.h and stddef.h which was a dependency of FreeRTOS.h.

This wasn't a show stopper as the test module compiled, more of an annoyance. I don't like warnings during compiles either.

When I investigated further, I found that Platform IO was complaining about paths that were in the list but were listed as "Cannot find..." Along with a number of paths that were simply not there.

I don't know how all the magic works with Platform IO and the various extensions, but I manually added a number of paths manually and it is not complaining. Is there some way to do this more automatically? To me that means less error prone and time consuming.

@vin1953 vin1953 changed the title Platform IO paths to includes not complete Platform IO paths to include files are not complete in Intellisense Jul 16, 2023
@maxgerhardt
Copy link
Member

Can you share a screenshot of the.vscode/c_cpp_properties.json opened within VSCode and an expanded view of the "Problems" panel?

@vin1953
Copy link
Author

vin1953 commented Jul 17, 2023

Well, now that I "fixed it"? I can't get the error back. Plus I don't see my edits or changes to the C/C++ configuration, nor do I see any squiggly error indicators in the source file. I have attached the .json file compressed, and I selected and saved the lines from the problems panel as plain text.
I hope it's useful.

Problems.txt
c_cpp_properties.json.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants