2024-12-12 15:38:11 +08:00
|
|
|
{
|
|
|
|
"files.exclude": {
|
|
|
|
"**/*.rpyc": true,
|
|
|
|
"**/*.rpa": true,
|
|
|
|
"**/*.rpymc": true,
|
|
|
|
"**/cache/": true
|
2024-12-15 18:09:40 +08:00
|
|
|
},
|
|
|
|
"files.associations": {
|
|
|
|
"*.toml": "toml",
|
|
|
|
"Comfyfile": "raw",
|
2025-01-01 17:53:59 +08:00
|
|
|
"*.tcc": "cpp",
|
|
|
|
"array": "cpp",
|
|
|
|
"atomic": "cpp",
|
|
|
|
"cctype": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"clocale": "cpp",
|
|
|
|
"cmath": "cpp",
|
|
|
|
"condition_variable": "cpp",
|
|
|
|
"cstdarg": "cpp",
|
|
|
|
"cstddef": "cpp",
|
|
|
|
"cstdint": "cpp",
|
|
|
|
"cstdio": "cpp",
|
|
|
|
"cstdlib": "cpp",
|
|
|
|
"ctime": "cpp",
|
|
|
|
"cwchar": "cpp",
|
|
|
|
"cwctype": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"unordered_set": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"algorithm": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"iterator": "cpp",
|
|
|
|
"map": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"memory_resource": "cpp",
|
|
|
|
"numeric": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"random": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"string": "cpp",
|
|
|
|
"string_view": "cpp",
|
|
|
|
"system_error": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"fstream": "cpp",
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
"iomanip": "cpp",
|
|
|
|
"iosfwd": "cpp",
|
|
|
|
"iostream": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"limits": "cpp",
|
|
|
|
"mutex": "cpp",
|
|
|
|
"new": "cpp",
|
|
|
|
"ostream": "cpp",
|
|
|
|
"sstream": "cpp",
|
|
|
|
"stdexcept": "cpp",
|
|
|
|
"streambuf": "cpp",
|
|
|
|
"thread": "cpp",
|
|
|
|
"cinttypes": "cpp",
|
|
|
|
"typeinfo": "cpp"
|
2024-12-12 15:38:11 +08:00
|
|
|
}
|
|
|
|
}
|