Unverified Commit e645120a authored by Lyon Till's avatar Lyon Till Committed by GitHub

Add PowerShell extension (#731)

* Add PowerShell extension

* Bump feature version
parent 1155a990
{ {
"id": "powershell", "id": "powershell",
"version": "1.1.1", "version": "1.2.0",
"name": "PowerShell", "name": "PowerShell",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/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.", "description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
...@@ -19,9 +19,16 @@ ...@@ -19,9 +19,16 @@
"type": "string", "type": "string",
"default": "", "default": "",
"description": "Optional comma separated list of PowerShell modules to install." "description": "Optional comma separated list of PowerShell modules to install."
} }
}, },
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.powershell"
]
}
},
"installsAfter": [ "installsAfter": [
"ghcr.io/devcontainers/features/common-utils" "ghcr.io/devcontainers/features/common-utils"
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment