From 7c0e323c32ba177b1e478f68c6d66d873e671237 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Sat, 2 Mar 2024 21:00:55 -0500 Subject: [PATCH] Update devcontainer.json Remove Git LFS due to https://github.com/devcontainers/features/issues/888 --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 128e439..4d0b09c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -34,7 +34,6 @@ }, "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/devcontainers/features/git-lfs:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers-contrib/features/prettier:1": {} }