Change seperator to :

This commit is contained in:
2025-01-05 15:38:35 +01:00
parent e5846faa59
commit 1b8f73eb4f
5 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
{
"label": "make",
"type": "shell",
"command": "../../../scripts/podman_jaby_engine.sh ${workspaceFolder}/..!src/FontWriter make ${input:target} BUILD_PROFILE=${input:build cfg}",
"command": "../../../scripts/podman_jaby_engine.sh ${workspaceFolder}/..:src/FontWriter make ${input:target} BUILD_PROFILE=${input:build cfg}",
"options": {
// TODO: This should not be the case
"cwd": "${workspaceFolder}/FontWriter"