Integrate pop-fe better
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user