add utils

This commit is contained in:
2025-11-30 21:17:02 +01:00
parent 70c36111a6
commit 8b99fc33ac
8 changed files with 349 additions and 52 deletions

View File

@@ -7,7 +7,7 @@
},
// This is the settings.json mount
"mounts": ["source=/c/temp/settings_test.json,target=/boot/settings.json,type=bind,consistency=cached"],
"mounts": ["source=/mnt/c/temp/settings_test.json,target=/boot/settings.json,type=bind,consistency=cached"],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "dos2unix ./.devcontainer/postCreate.sh && chmod +x ./.devcontainer/postCreate.sh && ./.devcontainer/postCreate.sh",