Update devcontainer.json

Remove Git LFS due to https://github.com/devcontainers/features/issues/888
This commit is contained in:
Nick Alteen
2024-03-02 21:02:25 -05:00
committed by GitHub
parent cee1ad6cd5
commit 6b186f270c

View File

@ -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": {}
}