Skip to content

Commit add648c

Browse files
Add Git LFS feature to devcontainer configuration
base-ubuntu
1 parent 5b105e4 commit add648c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/base-ubuntu/.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"ghcr.io/devcontainers/features/git:1": {
1515
"version": "latest",
1616
"ppa": "false"
17+
},
18+
"ghcr.io/devcontainers/features/git-lfs:1": {
19+
"version": "latest"
1720
}
1821
},
1922
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)