Skip to content

Commit e645120

Browse files
authored
Add PowerShell extension (#731)
* Add PowerShell extension * Bump feature version
1 parent 1155a99 commit e645120

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/powershell/devcontainer-feature.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "powershell",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"name": "PowerShell",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/powershell",
66
"description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
@@ -19,9 +19,16 @@
1919
"type": "string",
2020
"default": "",
2121
"description": "Optional comma separated list of PowerShell modules to install."
22-
}
23-
},
22+
}
23+
},
24+
"customizations": {
25+
"vscode": {
26+
"extensions": [
27+
"ms-vscode.powershell"
28+
]
29+
}
30+
},
2431
"installsAfter": [
2532
"ghcr.io/devcontainers/features/common-utils"
2633
]
27-
}
34+
}

0 commit comments

Comments
 (0)