Skip to content

Commit bcf8431

Browse files
committed
fix: 🐛 set waitFor back
1 parent e9dd7b2 commit bcf8431

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/universal:2",
3-
"waitFor": "postCreateCommand",
3+
"waitFor": "onCreateCommand",
44
"updateContentCommand": "npm install",
55
"postCreateCommand": "npm install cross-env -g",
66
"customizations": {
77
"codespaces": {
88
"openFiles": ["examples/ding-dong-bot.ts"]
99
}
10-
}
10+
},
11+
1112
}

0 commit comments

Comments
 (0)