testsAndMisc/scripts/misc/testsAndMisc-bash/.vscode/tasks.json
Krzysztof Rudnicki 43e2799156 Import testsAndMisc/Bash as subtree (preserve history)
git-subtree-dir: scripts/misc/testsAndMisc-bash
git-subtree-mainline: d19bb5915a
git-subtree-split: 49bcc2ca68
2025-11-01 16:27:05 +01:00

21 lines
330 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"
}
]
}