Compare commits

..

2 Commits

Author SHA1 Message Date
8665e38b0c devcontainer update 2025-06-06 08:34:40 +02:00
aedfc4c1d8 remove workspaceMount as it seems ignored at creation time 2025-06-06 08:32:48 +02:00

View File

@@ -13,7 +13,7 @@
"jetbrains": {} "jetbrains": {}
}, },
"forwardPorts": [5173], "forwardPorts": [5173],
"workspaceMount": "source=slot_sources,target=/workspace,type=volume",
"workspaceFolder": "/workspace", "workspaceFolder": "/workspace",
"postCreateCommand": "if [ ! -d .git ]; then git clone $GIT_REPO_URL .; fi" "//": "workspaceMount: source=jb_devcontainer_sources_f31d2e11122d7a0f1e78fb3337cc2916,target=/workspace,type=volume",
"//": "postCreateCommand: if [ ! -d .git ]; then git clone $GIT_REPO_URL .; fi"
} }