mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 16:23:12 +02:00
21 lines
330 B
JSON
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"
|
|
}
|
|
]
|
|
} |