Files
SmartMassager_STM32/.vscode/tasks.json

17 lines
292 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: 清理重新生成",
"command": "cleanRebuild",
"targets": [
"all"
],
"preset": "Debug",
"group": "build",
"problemMatcher": [],
"detail": "CMake 模板 清理重新生成 任务"
}
]
}