mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
74 lines
2.0 KiB
JSON
74 lines
2.0 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"
|
|
},
|
|
"cmake.debugConfig": {
|
|
"cwd": "/mnt/d/Work/WeChatProjects/tdesign-miniprogram-starter-retail",
|
|
"args": [
|
|
"\"--config-path\"",
|
|
"\"/mnt/d/Work/WeChatProjects/case4-cmd.txt\""
|
|
]
|
|
},
|
|
"cmake.configureSettings": {
|
|
"CMAKE_TOOLCHAIN_FILE": "/root/vcpkg/scripts/buildsystems/vcpkg.cmake"
|
|
},
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--compile-commands-dir=${workspaceFolder}/build/"
|
|
],
|
|
"cmake.sourceDirectory": "/root/github/wx-compiler"
|
|
} |