-
Notifications
You must be signed in to change notification settings - Fork 1.6k
the error does not show up #13263
-
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.
All reactions
Replies: 1 comment · 2 replies
-
in c_cpp_properties.json
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Including all folders beneath |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Beta Was this translation helpful? Give feedback.
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?