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

@@ -25,7 +25,7 @@
"group": {
"kind": "build"
},
"command": "../../scripts/podman_jaby_engine.sh ../../!src/Tools make -C ${input:linux_cargo_task} CARGO_CMD=${input:cargo cmd} BUILD_PROFILE=${input:build cfg}",
"command": "../../scripts/podman_jaby_engine.sh ../../:src/Tools make -C ${input:linux_cargo_task} CARGO_CMD=${input:cargo cmd} BUILD_PROFILE=${input:build cfg}",
"problemMatcher": []
}
],
@@ -49,7 +49,7 @@
{
"id": "cargo cmd",
"type":"pickString",
"options": ["build", "check", "update", "upgrade", "clean", "run", "tree"],
"options": ["build", "check", "upgrade", "clean", "run", "tree"],
"default": "build",
"description": "cargo command to run"
}