Put RebuildTarget into own file

This commit is contained in:
2023-04-30 15:33:12 +02:00
parent 4b3c969a9a
commit a57e1694d0
3 changed files with 16 additions and 4 deletions

View File

@@ -23,6 +23,18 @@
}
}
},
{
"label": "build assets",
"type": "shell",
"command": "wsl make ${input:target} BUILD_PROFILE=${input:build profile} JABY_ENGINE_DIR=$(wslpath ${env:JABY_ENGINE_PATH})",
"group": "build",
"options": {
"cwd": "assets",
"env": {
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
}
}
},
{
"label": "cdgen",
"type": "shell",