Add initialize command for devcontainer

This commit is contained in:
Andrew Eisenberg
2020-05-05 18:12:05 +00:00
parent df862035e3
commit 277f40d79e

View File

@@ -1,5 +1,6 @@
{
"extensions": [
"github.vscode-codeql"
]
],
"initializeCommand": "git submodules update --recursive"
}