Skip to content

Commit 2ca1202

Browse files
authored
Add postStartCommand for git submodule
1 parent e9a4a55 commit 2ca1202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"build": {
44
"dockerfile": "Containerfile"
55
},
6+
"postStartCommand": "git submodule update --init",
67

78
"customizations": {
89
"vscode": {

0 commit comments

Comments
 (0)