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:00:55 -05:00 committed by GitHub
parent b1e320b798
commit 7c0e323c32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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