From 6b186f270cdf4862c113609dbab6ab300f364f37 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Sat, 2 Mar 2024 21:02:25 -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 0716833..0023691 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": {} }