We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcf990 commit 68571d7Copy full SHA for 68571d7
.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
17
// "forwardPorts": [],
18
19
// Uncomment the next line to run commands after the container is created.
20
- "postCreateCommand": "./.devcontainer/postCreateCommand.sh",
+ "postCreateCommand": "bash .devcontainer/postCreateCommand.sh",
21
22
// Configure tool-specific properties.
23
"customizations": {
.devcontainer/postCreateCommand.sh
@@ -1,5 +1,6 @@
1
#/bin/bash
2
3
+export GIT_HTTPS=1
4
source setup.sh
5
echo 'export GIT_HTTPS=1' >> /root/.bashrc
6
echo 'source /workspaces/code/activate.sh' >> /root/.bashrc
0 commit comments