Add git-lfs support to devcontainer (#25385)

pull/25391/head^2
yp05327 1 year ago committed by GitHub
parent 0052395351
commit a95a7bcdf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .devcontainer/devcontainer.json

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

Loading…
Cancel
Save