Integrate pop-fe better

This commit is contained in:
2024-03-22 00:50:37 -05:00
parent d1b857a8d5
commit 4f48e36033
9 changed files with 30 additions and 49 deletions

View File

@@ -27,19 +27,6 @@
}
}
},
{
"label": "create pkg (experimental)",
"type": "shell",
"command": "wsl ./run_pop_fe.sh $(wslpath ${workspaceFolder}/iso/${input:region}/PoolBox.cue) $(wslpath ${workspaceFolder}/iso)",
"group": "build",
"options": {
// v otherwise the tool won't start...
"cwd": "${env:JABY_ENGINE_PATH}/bin",
"env": {
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
}
}
},
{
"label": "read memory map",
"type": "shell",
@@ -63,7 +50,7 @@
{
"id": "project",
"type": "pickString",
"options": ["all", "assets", "application", "cd"],
"options": ["all", "assets", "application", "cd", "pkg"],
"default": "all",
"description": "Project to build"
},