HandmadeHero/.vscode/settings.json

88 lines
1.8 KiB
JSON
Raw Normal View History

2023-09-08 12:40:40 -07:00
{
"files.associations": {
"*.rmd": "markdown",
"array": "cpp",
"compare": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"initializer_list": "cpp",
"table.h": "c",
"iterator": "cpp",
"memory": "cpp",
"exception": "cpp",
"optional": "cpp",
"tuple": "cpp",
"xmemory": "cpp",
"algorithm": "cpp",
"limits": "cpp",
"concepts": "cpp",
"*.rh": "cpp",
"chrono": "cpp",
"string": "cpp",
"filesystem": "cpp",
"format": "cpp",
"ratio": "cpp",
"xstring": "cpp",
"functional": "cpp",
"vector": "cpp",
"list": "cpp",
2023-09-08 13:09:49 -07:00
"xhash": "cpp",
2023-09-09 20:58:28 -07:00
"shared_mutex": "cpp",
2023-09-10 07:40:22 -07:00
"mutex": "cpp",
2023-09-10 11:14:47 -07:00
"system_error": "cpp",
"ios": "cpp",
2023-09-21 23:16:40 -07:00
"xiosbase": "cpp",
"atomic": "cpp",
"bitset": "cpp",
"charconv": "cpp",
"forward_list": "cpp",
"fstream": "cpp",
"istream": "cpp",
"map": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"unordered_map": "cpp",
"xlocale": "cpp",
"xlocinfo": "cpp",
"xtree": "cpp",
"bit": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"condition_variable": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"locale": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"typeinfo": "cpp",
"xfacet": "cpp",
"xlocbuf": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp"
2023-09-08 12:40:40 -07:00
},
"C_Cpp.intelliSenseEngineFallback": "disabled",
2023-09-10 07:40:22 -07:00
"C_Cpp.errorSquiggles": "enabled",
2023-09-08 12:40:40 -07:00
"C_Cpp.default.compilerPath": "cl.exe",
"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
"C_Cpp.files.exclude": {
"**/.vscode": true,
"**/.vs": true,
}
}