We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8971013 commit 80f1996Copy full SHA for 80f1996
1 file changed
.devcontainer/devcontainer.json
@@ -4,7 +4,7 @@
4
"ghcr.io/devcontainers/features/rust:1": {},
5
"ghcr.io/devcontainers/features/azure-cli:1": {}
6
},
7
- "postCreateCommand": "./scripts/install.sh",
+ "postCreateCommand": "bash scripts/install.sh",
8
"customizations": {
9
"vscode": {
10
"extensions": [
0 commit comments