aboutsummaryrefslogblamecommitdiff
path: root/src/powershell/devcontainer-feature.json
blob: 23be355a56e23ea09abe50306a2f84e26f047fe4 (plain) (tree)
1
2
3
4
5
6
7
8

                       
                       
                         
                                                                                                                                                                    


                             




                          


                                                                     
     
 
{
    "id": "powershell",
    "version": "1.0.0",
    "name": "PowerShell",
    "description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest",
                "none",
                "7.1"
            ],
            "default": "latest",
            "description": "Select or enter a version of PowerShell."
        }
    }
}