Suppress warning "Cannot find" from c_cpp_properties.json #8416
Unanswered
Francesco Stefanni (FStefanni)
asked this question in
Q&A
Replies: 1 comment
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.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am using a
c_cpp_properties.jsonfile, which contains someincludePathwhich do not exist (I am developing by using different versions of the same lib). So the fact that these paths do not exist is on purpose.But the "Problems" tab is reporting the warning "Cannot find <path>", for the paths that do not exist.
Is there a way to hide this warning?
Thank you,
regards.
All reactions