aboutsummaryrefslogtreecommitdiff
path: root/src/powershell/devcontainer-feature.json
blob: 07e838fd453f81efc7b096f380c42fbf234819ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "id": "powershell",
    "name": "PowerShell",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest",
                "none",
                "7.1"
            ],
            "default": "latest",
            "description": "Select or enter a version of PowerShell."
        }
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}