bolt/.vscode/settings.json

32 lines
789 B
JSON
Raw Normal View History

{
"files.associations": {
"*.tcc": "cpp",
"fstream": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"sstream": "cpp",
"streambuf": "cpp",
"typeinfo": "cpp",
"cstdlib": "cpp",
"array": "cpp",
"chrono": "cpp",
"cmath": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"functional": "cpp",
"string_view": "cpp",
"memory": "cpp",
"random": "cpp",
"initializer_list": "cpp",
"numeric": "cpp",
"ostream": "cpp",
"system_error": "cpp"
}
}