Basd on this question in SO : Visual Studio Code Syntax Highlighting shows errors but compiles
I want to set "C_Cpp.intelliSenseMode": "Tag Parser" in setting.json,
But I am not able to set it.
as when add it to setting.json, I am getting the following error:
Unknown configuration setting I am using the folloing tools:
- Ubuntu 18.04
- Visual studio 1.23.1
- C/.C++ extension 0.17
How can I add this setting?
for your inform, I have similar problem as explained the the original question, I am getting error on editor but the application compiled correctly.
