8 lines
272 B
JSON
8 lines
272 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
//"C_Cpp.intelliSenseEngine": "Default" // Does not work with "Go to definition" etc.
|
|
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
|
"files.associations": {
|
|
"cmath": "cpp"
|
|
}
|
|
} |