2022-01-20 23:00:29 +08:00
|
|
|
{
|
2022-02-06 13:41:31 +08:00
|
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
|
|
"files.associations": {
|
|
|
|
"cctype": "cpp",
|
|
|
|
"clocale": "cpp",
|
|
|
|
"cmath": "cpp",
|
|
|
|
"cstdarg": "cpp",
|
|
|
|
"cstddef": "cpp",
|
|
|
|
"cstdio": "cpp",
|
|
|
|
"cstdlib": "cpp",
|
|
|
|
"cstring": "cpp",
|
|
|
|
"ctime": "cpp",
|
|
|
|
"cwchar": "cpp",
|
|
|
|
"cwctype": "cpp",
|
|
|
|
"any": "cpp",
|
|
|
|
"array": "cpp",
|
|
|
|
"atomic": "cpp",
|
|
|
|
"strstream": "cpp",
|
|
|
|
"bit": "cpp",
|
|
|
|
"*.tcc": "cpp",
|
|
|
|
"bitset": "cpp",
|
|
|
|
"cfenv": "cpp",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"cinttypes": "cpp",
|
|
|
|
"codecvt": "cpp",
|
|
|
|
"compare": "cpp",
|
|
|
|
"complex": "cpp",
|
|
|
|
"concepts": "cpp",
|
|
|
|
"condition_variable": "cpp",
|
|
|
|
"cstdint": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"forward_list": "cpp",
|
|
|
|
"list": "cpp",
|
|
|
|
"map": "cpp",
|
|
|
|
"set": "cpp",
|
|
|
|
"string": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"unordered_set": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"exception": "cpp",
|
|
|
|
"algorithm": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"iterator": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"memory_resource": "cpp",
|
|
|
|
"numeric": "cpp",
|
|
|
|
"optional": "cpp",
|
|
|
|
"random": "cpp",
|
|
|
|
"ratio": "cpp",
|
|
|
|
"source_location": "cpp",
|
|
|
|
"string_view": "cpp",
|
|
|
|
"system_error": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"type_traits": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"fstream": "cpp",
|
|
|
|
"future": "cpp",
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
"iomanip": "cpp",
|
|
|
|
"iosfwd": "cpp",
|
|
|
|
"iostream": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"limits": "cpp",
|
|
|
|
"mutex": "cpp",
|
|
|
|
"new": "cpp",
|
|
|
|
"numbers": "cpp",
|
|
|
|
"ostream": "cpp",
|
|
|
|
"semaphore": "cpp",
|
|
|
|
"sstream": "cpp",
|
|
|
|
"stdexcept": "cpp",
|
|
|
|
"stop_token": "cpp",
|
|
|
|
"streambuf": "cpp",
|
|
|
|
"thread": "cpp",
|
|
|
|
"typeindex": "cpp",
|
|
|
|
"typeinfo": "cpp",
|
|
|
|
"valarray": "cpp",
|
2022-05-26 14:00:11 +08:00
|
|
|
"variant": "cpp",
|
2023-05-11 12:46:15 +08:00
|
|
|
"charconv": "cpp",
|
|
|
|
"affinity": "cpp",
|
|
|
|
"barrier": "cpp",
|
|
|
|
"block": "cpp",
|
|
|
|
"condition": "cpp",
|
|
|
|
"shared_mutex": "cpp",
|
|
|
|
"camera": "cpp",
|
|
|
|
"drawable": "cpp",
|
|
|
|
"globjects": "cpp",
|
|
|
|
"graphicscontext": "cpp",
|
|
|
|
"graphicsthread": "cpp",
|
|
|
|
"group": "cpp",
|
|
|
|
"node": "cpp",
|
|
|
|
"notify": "cpp",
|
|
|
|
"object": "cpp",
|
|
|
|
"operationthread": "cpp",
|
|
|
|
"program": "cpp",
|
|
|
|
"referenced": "cpp",
|
|
|
|
"state": "cpp",
|
|
|
|
"stateset": "cpp",
|
|
|
|
"observer_ptr": "cpp"
|
2022-02-06 13:41:31 +08:00
|
|
|
}
|
2022-01-20 23:00:29 +08:00
|
|
|
}
|