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 ee581a1 commit f847e87Copy full SHA for f847e87
.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