Skip to content

Commit 42f52a5

Browse files
authored
fix: clone repos outside of devstack clone (#149)
1 parent 5c35b20 commit 42f52a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"containerEnv": {
33-
"DEVSTACK_WORKSPACE": "${containerWorkspaceFolder}/edx-repos"
33+
"DEVSTACK_WORKSPACE": "/workspaces/edx-repos"
3434
},
3535
"updateContentCommand": ".devcontainer/updateContentCommand.sh",
3636
"postCreateCommand": ".devcontainer/postCreateCommand.sh",

0 commit comments

Comments
 (0)