Experimental PKG generation support

This commit is contained in:
Jaby
2024-02-27 22:31:41 -05:00
parent 519287ab88
commit 43dd051a2a
6 changed files with 43 additions and 3 deletions

View File

@@ -27,6 +27,19 @@
}
}
},
{
"label": "create pkg (experimental)",
"type": "shell",
"command": "run_pop_fe.bat ${workspaceFolder}/iso/${input:region}/#{ProjectName}.cue",
"group": "build",
"options": {
// v otherwise the tool won't start...
"cwd": "${env:POP_FE_PATH}",
"env": {
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
}
}
},
{
"label": "read memory map",
"type": "shell",