From 6312464e82ec8fa6f564f73b3fdf13492fcaa745 Mon Sep 17 00:00:00 2001 From: Scott Vorthmann Date: Tue, 7 Jan 2025 07:56:07 -0800 Subject: [PATCH] Update devcontainer.json Updated the git-lfs feature --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bc792c166..00b4ccead 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { - "git-lfs": "latest" + "ghcr.io/devcontainers/features/git-lfs:1": { "autoPull": true } }, // Configure tool-specific properties.