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
My project has a combination of C and C++ files. After I do a build I end up with __cplusplus asserted in c_cpp_properties.json which causes a few squiggle errors in C source files. Removing it from the json file cleans up the errors but then the C++ files don't have it asserted. What is the best way to deal with this?
The text was updated successfully, but these errors were encountered:
My project has a combination of C and C++ files. After I do a build I end up with __cplusplus asserted in c_cpp_properties.json which causes a few squiggle errors in C source files. Removing it from the json file cleans up the errors but then the C++ files don't have it asserted. What is the best way to deal with this?
The text was updated successfully, but these errors were encountered: