From e516435bb9ac838f04751c80a05f57aeaf74b122 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Sun, 19 May 2024 13:06:30 +0000 Subject: [PATCH] Perform submodule init after start --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a27e45d..81f4196 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "gcc -v", + "postCreateCommand": "git submodule update --init --recursive", // Configure tool-specific properties. // "customizations": {},