wx-compiler/.vscode/settings.json
msojocs f31c7dbe8f
fix: wcsc 索引与 一个括号 (#12)
* fix: wine environment

* fix: wine environment

* fix: environment

* perf: remove recommend

* fix: env

* Update release.yml

* fix: permission of wcsc.exe

* fix: 一处越界问题

* fix: pnpm install

* fix: wine prepare

* fix: wine cfg

* feat: error console

* fix: 兼容clang

* perf: 调整位置

* perf: 带入环境

* fix: version

* perf: log

* fix: version check

* fix: version

* fix: wcsc 索引与 一个括号
处理一处索引出现负数的问题;
一处css输出了多余的括号。

* fix: ci
2025-02-16 22:43:43 +08:00

91 lines
2.5 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",
"clangd.path": "clangd-18"
}