aboutsummaryrefslogtreecommitdiff
path: root/src/git/devcontainer-feature.json
blob: 6d9686bc05724e092fb90eef92c400e491394899 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "id": "git",
    "name": "Git (may require compilation)",
    "options": {
        "version": {
            "type": "string",
            "proposals": ["latest", "os-provided"],
            "default": "os-provided",
            "description": "Select or enter a Git version."
        },
        "ppa": {
            "type": "boolean",
            "default": true,
            "description": "Install from PPA if available"
        }
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}