23 lines
556 B
JSON
23 lines
556 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Build Bits Runner Builder",
|
|
"type": "shell",
|
|
"command": "cmake --build build",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
},
|
|
{
|
|
"label": "Clean built product",
|
|
"type": "shell",
|
|
"command": "cmake --build build --target clean",
|
|
"group": {
|
|
"kind": "none",
|
|
"isDefault": false
|
|
}
|
|
}
|
|
]
|
|
} |