Update scripts and template for VS Code

This commit is contained in:
2025-01-07 23:17:07 +01:00
parent 8b0e2226e4
commit 57623d0e1d
9 changed files with 14 additions and 34 deletions

View File

@@ -20,7 +20,7 @@
{
"label": "read memory map",
"type": "shell",
"command": "${env:JABY_ENGINE_PATH}/bin/psxreadmap ${input:output memory map} application/bin/PAL/PSX-${input:build profile}/PoolBox.elf",
"command": "${env:JABY_ENGINE_PATH}/bin/psxreadmap ${input:output memory map} application/bin/${input:tv format}/PSX-${input:build profile}/PoolBox.elf",
"problemMatcher": [],
}
],