Add PowerShell extension (#731)

* Add PowerShell extension

* Bump feature version
This commit is contained in:
Lyon Till 2023-10-24 00:08:27 +01:00 committed by GitHub
parent 1155a9906b
commit e645120a39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{
"id": "powershell",
"version": "1.1.1",
"version": "1.2.0",
"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.",
@ -19,9 +19,16 @@
"type": "string",
"default": "",
"description": "Optional comma separated list of PowerShell modules to install."
}
},
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.powershell"
]
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
}