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

20 lines
369 B
JSON
Raw Normal View History

2025-10-12 14:46:55 +02:00
{
2026-02-20 01:17:53 +01:00
"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"
}
]
}