Skip to content

Commit

Permalink
Add git-lfs support to devcontainer (#25385)
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 committed Jun 20, 2023
1 parent 0052395 commit a95a7bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// installs nodejs into container
"ghcr.io/devcontainers/features/node:1": {
"version":"20"
}
},
"ghcr.io/devcontainers/features/git-lfs:1.1.0": {}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit a95a7bc

Please sign in to comment.