testsAndMisc/linux_configuration/scripts/misc/testsAndMisc-bash/.vscode/tasks.json

20 lines
369 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Transcribe tiny online smoke test",
"type": "shell",
"command": "bash",
"args": [
"/home/kuhy/testsAndMisc/Bash/transcribe.sh",
"--online",
"-m",
"tiny"
],
"isBackground": false,
"problemMatcher": ["$gcc"],
"group": "build"
}
]
}