RASCSI/cpp/.vscode/settings.json
2022-10-29 22:49:46 -05:00

45 lines
1.1 KiB
JSON

{
"files.associations": {
"cstddef": "cpp",
"array": "cpp",
"chrono": "cpp",
"functional": "cpp",
"istream": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"cstdint": "cpp",
"stdexcept": "cpp",
"deque": "cpp",
"vector": "cpp",
"compare": "cpp",
"cwchar": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"limits": "cpp",
"new": "cpp",
"string": "cpp",
"string_view": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"concepts": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwctype": "cpp",
"map": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"memory": "cpp",
"numbers": "cpp",
"streambuf": "cpp",
"system_error": "cpp",
"typeinfo": "cpp"
}
}