diff options
Diffstat (limited to 'src/powershell/devcontainer-feature.json')
-rw-r--r-- | src/powershell/devcontainer-feature.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/powershell/devcontainer-feature.json b/src/powershell/devcontainer-feature.json index 07e838f..7f2756f 100644 --- a/src/powershell/devcontainer-feature.json +++ b/src/powershell/devcontainer-feature.json @@ -1,6 +1,7 @@ { "id": "powershell", "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", |