From 2ca1202e4fb41904dcc325dc0be73291b12b644a Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Wed, 4 Dec 2024 09:39:16 +0000 Subject: [PATCH] Add postStartCommand for git submodule --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c9b8a54..4bfdb9f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,6 +3,7 @@ "build": { "dockerfile": "Containerfile" }, + "postStartCommand": "git submodule update --init", "customizations": { "vscode": {