WLG/.vscode/settings.json

87 lines
2.1 KiB
JSON
Raw Normal View History

2024-10-22 19:04:25 +08:00
{
"search.exclude": {
"**/Debug": true,
"**/Release": true
},
"files.exclude": {
"**/Debug": true,
"**/Release": true
},
"files.associations": {
2024-11-06 21:16:18 +08:00
"*.tcc": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
2024-10-22 19:04:25 +08:00
"cctype": "cpp",
2024-11-06 21:16:18 +08:00
"chrono": "cpp",
2024-10-22 19:04:25 +08:00
"clocale": "cpp",
"cmath": "cpp",
2024-11-06 21:16:18 +08:00
"compare": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
2024-10-22 19:04:25 +08:00
"cstdarg": "cpp",
"cstddef": "cpp",
2024-11-06 21:16:18 +08:00
"cstdint": "cpp",
2024-10-22 19:04:25 +08:00
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"list": "cpp",
2024-11-06 21:16:18 +08:00
"map": "cpp",
"set": "cpp",
"string": "cpp",
2024-10-22 19:04:25 +08:00
"unordered_map": "cpp",
2024-11-06 21:16:18 +08:00
"unordered_set": "cpp",
2024-10-22 19:04:25 +08:00
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
2024-11-06 21:16:18 +08:00
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
2024-10-22 19:04:25 +08:00
"optional": "cpp",
2024-11-06 21:16:18 +08:00
"random": "cpp",
2024-10-22 19:04:25 +08:00
"ratio": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
2024-11-06 21:16:18 +08:00
"utility": "cpp",
2024-10-22 19:04:25 +08:00
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
2024-11-06 21:16:18 +08:00
"numbers": "cpp",
2024-10-22 19:04:25 +08:00
"ostream": "cpp",
2024-11-06 21:16:18 +08:00
"semaphore": "cpp",
2024-10-22 19:04:25 +08:00
"sstream": "cpp",
"stdexcept": "cpp",
2024-11-06 21:16:18 +08:00
"stop_token": "cpp",
2024-10-22 19:04:25 +08:00
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
2024-11-07 15:16:15 +08:00
"typeinfo": "cpp",
"csignal": "cpp",
"strstream": "cpp",
"bitset": "cpp",
"cfenv": "cpp",
"codecvt": "cpp",
"complex": "cpp",
"any": "cpp",
"future": "cpp",
2024-11-22 15:20:22 +08:00
"typeindex": "cpp",
2024-11-22 16:40:14 +08:00
"variant": "cpp",
"xstring": "cpp",
"xlocinfo": "cpp"
2024-10-22 20:56:21 +08:00
},
"C_Cpp.errorSquiggles": "disabled"
2024-10-22 19:04:25 +08:00
}