no message

master
zcy 2023-12-07 20:39:01 +08:00
parent 4580b422c1
commit 75e4e2b0dc
1 changed files with 60 additions and 7 deletions

67
.vscode/settings.json vendored
View File

@ -11,13 +11,66 @@
"vector": "cpp", "vector": "cpp",
"xmemory": "cpp", "xmemory": "cpp",
"xtree": "cpp", "xtree": "cpp",
"ostream": "cpp" "ostream": "cpp",
"tuple": "cpp",
"iosfwd": "cpp",
"string": "cpp",
"__bit_reference": "cpp",
"__config": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__split_buffer": "cpp",
"__threading_support": "cpp",
"__tree": "cpp",
"__verbose_abort": "cpp",
"array": "cpp",
"atomic": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"exception": "cpp",
"fstream": "cpp",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"istream": "cpp",
"limits": "cpp",
"locale": "cpp",
"new": "cpp",
"optional": "cpp",
"queue": "cpp",
"ratio": "cpp",
"set": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"variant": "cpp",
"algorithm": "cpp"
}, },
"cmake.buildDirectory": "${workspaceFolder}/build", "cmake.buildDirectory": "${workspaceFolder}/build",
"cmake.mingwSearchDirs": [ "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"H:\\Qt\\5.14.0\\mingw73_64", "C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json"
"H:\\Qt\\5.14.0\\mingw73_32"
],
"terminal.integrated.env.windows": {},
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
} }