From 528442b22653c9c02f74cb2ac1d9be03300080a9 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Sat, 2 Mar 2024 20:57:50 -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 83cd1c6..79d1d7c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -35,7 +35,6 @@ "GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}" }, "features": { - "ghcr.io/devcontainers/features/git-lfs:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers-contrib/features/prettier:1": {} }