Skip to content

Commit 32677f0

Browse files
committed
ci: "updateContentCommand" witp directory permissions setting added to .devcontainer
1 parent 08a3722 commit 32677f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"runArgs": [
7474
"--init"
7575
],
76+
"updateContentCommand": "sudo mkdir -p /workspaces/api_reference_deps && sudo chown -R ubuntu:ubuntu /workspaces/api_reference_deps",
7677
"postCreateCommand": "pipx upgrade conan && .devcontainer/api_reference.sh -s && .devcontainer/check_all.sh -d install",
7778
"postStartCommand": "echo '🚀 mp-units development environment ready!' && echo '🧪 Use `.devcontainer/check_all.sh [-d] build` to test all compiler configurations.' && echo '📖 Use `.devcontainer/api_reference.sh` to generate the API reference documentation.'",
7879
"forwardPorts": [

0 commit comments

Comments
 (0)