Skip to content

Commit 2ee6898

Browse files
authored
Add git-lfs feature to devcontainer configuration
1 parent 6964803 commit 2ee6898

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
55
"ghcr.io/devcontainers/features/node": {},
6-
"ghcr.io/devcontainers/features/docker-in-docker": {}
6+
"ghcr.io/devcontainers/features/docker-in-docker": {},
7+
"ghcr.io/devcontainers/features/git-lfs": {}
78
},
89
"forwardPorts": [],
910
"postCreateCommand": "npm install -g @devcontainers/cli",

0 commit comments

Comments
 (0)