mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
* feat: clangd support * feat: 完善CMakePresets * docs: 更新cmake命令 * fix: smoke test run * docs: 更新vscode开发文档 * feat: 添加执行MaaWpf到cmake中 * feat: 支持全部的presets * chore: 重新安排顺序 * chore: add some comment * chore: add more comments * feat: 简化res-update-game * chore: 移除多余build * chore: 统一x64和arm64 * chore: 修正重复忽略.vscode * feat: vscode cmaketool乱码 * docs: 添加提示
21 lines
537 B
JSON
21 lines
537 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"resource/tasks/**/*.json",
|
|
"resource/global/**/resource/tasks/**/*.json",
|
|
],
|
|
"url": "./docs/maa_tasks_schema.json"
|
|
}
|
|
],
|
|
"files.exclude": {
|
|
"MaaDeps/vcpkg/buildtrees": true,
|
|
"MaaDeps/vcpkg/packages": true
|
|
},
|
|
"files.associations": {
|
|
"**/resource/tasks/**/*.json": "jsonc"
|
|
},
|
|
"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
|
|
"cmake.outputLogEncoding": "UTF-8"
|
|
}
|