iar
iar copied to clipboard
__cplusplus asserted for .c files
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?