Skip to content

Commit e7198f9

Browse files
committed
Add initialize command for devcontainer
1 parent db5d967 commit e7198f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extensions": [
33
"github.vscode-codeql"
4-
]
4+
],
5+
"initializeCommand": "git submodules update --recursive"
56
}

0 commit comments

Comments
 (0)