the error does not show up #13263
Answered
by
bobbrow
sldpzshdwz
asked this question in
Q&A
-
When I enter this piece of code, IntelliSense correctly highlights the error in "co ut" with a red squiggly line:
However, when I add the Conan package gtest, the error does not show up:
This happens even though my "C_Cpp.errorSquiggles" setting is set to "enabled". Why is this? |
Beta Was this translation helpful? Give feedback.
Answered by
bobbrow
Feb 10, 2025
Replies: 1 comment 1 reply
-
in c_cpp_properties.json
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Including all folders beneath
/usr/include
usually breaks the configuration. I thought we had code to automatically remove that mistake from peoples' configurations, but perhaps there is some scenario we overlooked. Can you add that line back in to your configuration, open the source file again, run theC/C++: Log Diagnostics
command, and then share that output with us?