Put RebuildTarget into own file
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user