Skip to content

Commit

Permalink
Add PowerShell extension (#731)
Browse files Browse the repository at this point in the history
* Add PowerShell extension

* Bump feature version
  • Loading branch information
ljtill authored Oct 23, 2023
1 parent 1155a99 commit e645120
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/powershell/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -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"
]
}
}

0 comments on commit e645120

Please sign in to comment.