From add648c9654fa54b2fbf9e9aeef6e1855818b8e3 Mon Sep 17 00:00:00 2001 From: Raymond <44623277+raymond-chetty@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:21:40 -0700 Subject: [PATCH] Add Git LFS feature to devcontainer configuration base-ubuntu --- src/base-ubuntu/.devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/base-ubuntu/.devcontainer/devcontainer.json b/src/base-ubuntu/.devcontainer/devcontainer.json index d6b7e7040f..dcd7e8250b 100644 --- a/src/base-ubuntu/.devcontainer/devcontainer.json +++ b/src/base-ubuntu/.devcontainer/devcontainer.json @@ -14,6 +14,9 @@ "ghcr.io/devcontainers/features/git:1": { "version": "latest", "ppa": "false" + }, + "ghcr.io/devcontainers/features/git-lfs:1": { + "version": "latest" } }, // Use 'forwardPorts' to make a list of ports inside the container available locally.