balancing-robot/.vscode/settings.json
2020-06-22 17:31:24 +02:00

24 lines
715 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",
"__string": "cpp",
"string_view": "cpp",
"__split_buffer": "cpp"
}
}