sys-config/.vscode/tasks.json
2024-11-05 21:19:36 +01:00

21 lines
No EOL
500 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Rebuild",
"type": "shell",
"command": "./scripts/rebuild.sh",
"presentation": {
"reveal": "always",
"panel": "new",
"focus": true,
"showReuseMessage": false
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}