pull/4/head
huaijin 1 week ago
parent 35c10d7e33
commit 5cb1178ffc

@ -1,70 +1,31 @@
{ {
"files.associations": { "files.associations": {
"fstream": "cpp",
"thread": "cpp",
"complex": "cpp",
"bitset": "cpp", "bitset": "cpp",
"chrono": "cpp", "chrono": "cpp",
"algorithm": "cpp", "algorithm": "cpp",
"fstream": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"system_error": "cpp",
"complex": "cpp",
"variant": "cpp",
"thread": "cpp",
"typeinfo": "cpp", "typeinfo": "cpp",
"qpushbutton": "cpp",
"condition_variable": "cpp",
"array": "cpp", "array": "cpp",
"string_view": "cpp", "functional": "cpp",
"initializer_list": "cpp",
"utility": "cpp",
"optional": "cpp",
"istream": "cpp", "istream": "cpp",
"ostream": "cpp", "ostream": "cpp",
"ratio": "cpp", "ratio": "cpp",
"functional": "cpp",
"tuple": "cpp", "tuple": "cpp",
"type_traits": "cpp", "type_traits": "cpp",
"cctype": "cpp", "utility": "cpp",
"clocale": "cpp", "variant": "cpp",
"cmath": "cpp", "condition_variable": "cpp",
"cstdarg": "cpp", "string_view": "cpp",
"cstddef": "cpp", "initializer_list": "cpp",
"cstdio": "cpp", "list": "cpp",
"cstdlib": "cpp", "optional": "cpp",
"cstring": "cpp", "system_error": "cpp",
"ctime": "cpp", "string": "cpp",
"cwchar": "cpp", "hash_map": "cpp",
"cwctype": "cpp", "hash_set": "cpp",
"atomic": "cpp", "deque": "cpp",
"bit": "cpp", "vector": "cpp"
"cstdint": "cpp",
"map": "cpp",
"set": "cpp",
"exception": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"random": "cpp",
"future": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
"qmouseevent": "cpp",
"qpainter": "cpp",
"qdebug": "cpp",
"qcoreapplication": "cpp",
"qsqlerror": "cpp",
"qsqlquery": "cpp"
} }
} }
Loading…
Cancel
Save