Support displaying name of missing file for CDDA tracks

This commit is contained in:
Björn Gaier
2024-08-14 15:30:13 -05:00
parent dbbc781c65
commit 23807c9104
3 changed files with 10 additions and 21 deletions

View File

@@ -41,11 +41,6 @@
"group": {
"kind": "build",
},
"options": {
"env": {
"CARGO_RUN_ARGS": "${input:cargo run args}"
}
}
},
{
"label": "cargo test",
@@ -90,20 +85,9 @@
{
"id": "cargo target",
"type": "pickString",
"options": ["windows", "linux"],
"options": ["linux", "windows"],
"default": "linux",
"description": "The target for the tool to build"
},
{
"id": "cargo run args",
"type": "pickString",
"options": [
"",
"--help",
"--list -o ../Tests/Test_Planschbecken psx bin-cue ../Tests/ISO_Planschbecken.xml",
"--wsl -o Planschbecken.bin ../../../examples/PoolBox/application/bin/PSX-release/PoolBox.elf"
],
"default": "",
"description": "Argument options to pass to cargo run"
}
]
}