Skip to content

Commit 0762f9b

Browse files
committed
OK, one more try
1 parent 23e32ad commit 0762f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/local/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"HOST_PROJECT_PATH": "${localWorkspaceFolder:-/workspaces/training}",
3232
"SHELL": "/bin/bash"
3333
},
34-
"onCreateCommand": "bash ${localWorkspaceFolder:-/workspaces/training}/.devcontainer/setup.sh",
34+
"onCreateCommand": "bash ${localWorkspaceFolder:+${localWorkspaceFolder}/}.devcontainer/setup.sh",
3535
"postCreateCommand": "if [ ! -z \"${localWorkspaceFolder}\" ]; then mkdir -p /workspaces && rm -rf /workspaces/training && ln -s \"${localWorkspaceFolder}\" /workspaces/training; fi",
3636
"customizations": {
3737
"vscode": {

0 commit comments

Comments
 (0)