From 186008083b17756d6b27936a41e896315b2ca467 Mon Sep 17 00:00:00 2001 From: dcvz Date: Sun, 19 May 2024 14:14:31 +0200 Subject: [PATCH] setup submodules as a separate step --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a2fb44d..df92e03 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,8 +10,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "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": {},