From 6f4d32f49fe30a8c4684a92a2f691a2e8d9db5dc Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Sat, 2 Mar 2024 21:01:54 -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 05baf66..3b3221b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -37,7 +37,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": {} }