Use ! as a seperator between project mount point and cwd

This commit is contained in:
2025-01-05 14:57:00 +01:00
parent 6c7738912a
commit ec02fade51
5 changed files with 10 additions and 10 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": []
}
],