Update scripts and template for VS Code

This commit is contained in:
Jaby
2025-01-07 23:17:07 +01:00
parent 1f255e15e1
commit de915a0d33
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": [],
}
],