Files
fault-finder/.vscode/tasks.json
Grant Terris c2f29509d1 Initial Commit
2019-08-04 21:46:51 -07:00

17 lines
322 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "make",
"type": "shell",
"command": "make",
"args": [
"debug"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}