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

                       
                       
                         
                                                                                             
                                                                                                                                                                    


                             




                          


                                                                     
     
 
{
    "id": "powershell",
    "version": "1.0.2",
    "name": "PowerShell",
    "documentationURL": "https://github.com/devcontainers/features/tree/main/src/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."
        }
    }
}