You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add a postCreateCommand to git-lfs Feature
* debug passing locally but not in CI
* update scenario
* add GIT_LFS_SKIP_SMUDGE=1 to prevent fetching lfs arifacts in github actions
* arguments should be booleans
* move example repo to devcontainers org
* place script literally anywhere other than /tmp
"description": "Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl.",
@@ -13,8 +13,14 @@
13
13
],
14
14
"default": "latest",
15
15
"description": "Select version of Git LFS to install"
16
+
},
17
+
"autoPull": {
18
+
"type": "boolean",
19
+
"default": true,
20
+
"description": "Automatically pull LFS files when creating the container. When false, running 'git lfs pull' in the container will have the same effect."
0 commit comments