wx-compiler/.vscode/settings.json
2024-07-03 22:59:39 +08:00

90 lines
2.4 KiB
JSON

{
"files.associations": {
"vector": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"unordered_map": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"typeinfo": "cpp",
"cstring": "cpp",
"map": "cpp",
"set": "cpp",
"ctime": "cpp",
"iomanip": "cpp",
"chrono": "cpp",
"condition_variable": "cpp",
"ratio": "cpp",
"mutex": "cpp",
"thread": "cpp",
"variant": "cpp",
"hash_map": "cpp",
"hash_set": "cpp",
"bitset": "cpp",
"charconv": "cpp",
"cinttypes": "cpp",
"compare": "cpp",
"concepts": "cpp",
"forward_list": "cpp",
"list": "cpp",
"unordered_set": "cpp",
"ranges": "cpp",
"shared_mutex": "cpp",
"span": "cpp",
"stop_token": "cpp",
"cfenv": "cpp",
"typeindex": "cpp"
},
"cmake.debugConfig": {
"cwd": "/home/msojocs/github/wx-compiler/test/spec/issue/102/wxapp",
"args": [
"\"--config-path\"",
"\"/home/msojocs/github/wx-compiler/test/spec/issue/102/case1.txt\""
]
},
"cmake.configureSettings": {
"CMAKE_TOOLCHAIN_FILE": "/home/msojocs/github/vcpkg/scripts/buildsystems/vcpkg.cmake"
},
"clangd.arguments": [
"--background-index",
"--compile-commands-dir=${workspaceFolder}/build/"
],
"cmake.sourceDirectory": "/home/msojocs/github/wx-compiler"
}