From a8a51b43c14ecccb7d4a13d0954e3546eb484e2a Mon Sep 17 00:00:00 2001 From: Scott Vorthmann Date: Tue, 7 Jan 2025 08:18:49 -0800 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 00b4ccead..13cd5f511 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -36,7 +36,7 @@ }, // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "cicd/online.bash init" + "postCreateCommand": "git lfs install; git lfs pull; cicd/online.bash init" // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root"