dotfiles/vscode/tasks.json

10 lines
165 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "q2 test",
"type": "shell",
"command": "make test"
}
]
}