We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e32ad commit 0762f9bCopy full SHA for 0762f9b
.devcontainer/local/devcontainer.json
@@ -31,7 +31,7 @@
31
"HOST_PROJECT_PATH": "${localWorkspaceFolder:-/workspaces/training}",
32
"SHELL": "/bin/bash"
33
},
34
- "onCreateCommand": "bash ${localWorkspaceFolder:-/workspaces/training}/.devcontainer/setup.sh",
+ "onCreateCommand": "bash ${localWorkspaceFolder:+${localWorkspaceFolder}/}.devcontainer/setup.sh",
35
"postCreateCommand": "if [ ! -z \"${localWorkspaceFolder}\" ]; then mkdir -p /workspaces && rm -rf /workspaces/training && ln -s \"${localWorkspaceFolder}\" /workspaces/training; fi",
36
"customizations": {
37
"vscode": {
0 commit comments