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 52f1582 commit a13100bCopy full SHA for a13100b
.devcontainer/devcontainer.json
@@ -44,7 +44,7 @@
44
5000,
45
5007
46
],
47
- "postCreateCommand": ".devcontainer/localinit.sh",
+ "postCreateCommand": "chmod +x .devcontainer/localinit.sh && .devcontainer/localinit.sh",
48
"remoteUser": "vscode",
49
"hostRequirements": {
50
"memory": "8gb"
0 commit comments