Skip to content

Commit 5bcb518

Browse files
Add PowerShell feature with Pester and PSScriptAnalyzer
Signed-off-by: John M. Baughman <1634414+johnmbaughman@users.noreply.github.com>
1 parent 04ec6bc commit 5bcb518

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers/features/powershell:1": {
5+
"version": "latest",
6+
"modules": "Pester,PSScriptAnalyzer"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)