Make Rust work better; Adjust docker version

This commit is contained in:
2025-01-05 13:30:57 +01:00
parent a5093d06dd
commit 7c8fa2409d
3 changed files with 7 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
{
"label": "read memory map",
"type": "shell", // TODO: Make this work again? Or remove it and just tell people how to use it? Does not work with docker...?
"command": "${env:JABY_ENGINE_PATH}/scripts/podman_jaby_engine.sh ${workspaceFolder} . 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/PAL/PSX-${input:build profile}/PoolBox.elf",
"problemMatcher": [],
}
],