diff options
Diffstat (limited to 'src/git-lfs/devcontainer-feature.json')
-rw-r--r-- | src/git-lfs/devcontainer-feature.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/git-lfs/devcontainer-feature.json b/src/git-lfs/devcontainer-feature.json new file mode 100644 index 0000000..516454e --- /dev/null +++ b/src/git-lfs/devcontainer-feature.json @@ -0,0 +1,19 @@ +{ + "id": "git-lfs", + "name": "Git Large File Support (LFS)", + "options": { + "version": { + "type": "string", + "enum": [ + "latest", + "none" + ], + "default": "latest", + "description": "Select version of Git LFS to install" + } + }, + "install": { + "app": "", + "file": "install.sh" + } +}
\ No newline at end of file |