From 6491f5a7f8d7cdcc4374f8353ea4d230d0a66cab Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 5 May 2020 11:28:58 -0700 Subject: [PATCH] Fix the command --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3bce636..297e5c5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,5 +2,5 @@ "extensions": [ "github.vscode-codeql" ], - "initializeCommand": "git submodules update --recursive" + "postCreateCommand": "git submodule init && git submodule update --recursive" }