24 lines
716 B
JSON
24 lines
716 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",
|
|
"queue": "cpp",
|
|
"__bit_reference": "cpp",
|
|
"__functional_base": "cpp",
|
|
"atomic": "cpp",
|
|
"deque": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"limits": "cpp",
|
|
"memory": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"vector": "cpp",
|
|
"string": "cpp",
|
|
"initializer_list": "cpp",
|
|
"string_view": "cpp",
|
|
"utility": "cpp"
|
|
}
|
|
} |