We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae28805 commit c45b416Copy full SHA for c45b416
1 file changed
.github/devImage.jsonc
@@ -27,6 +27,7 @@
27
// "onCreateCommand": "echo 'Please wait for live pane ...' | sudo tee /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
28
// "waitFor": "updateContentCommand",
29
30
+ // needs explicit bash because of Alpine ash default
31
"postCreateCommand": "bash -c 'source ./.devcontainer/setup.sh'",
32
33
"postAttachCommand": {
0 commit comments