aboutsummaryrefslogtreecommitdiff
path: root/src/git-lfs/devcontainer-feature.json
blob: 516454e070b368b2399ef31e3047e28ad94e76d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
    }
}