Skip to content

Commit 1ea0ec8

Browse files
authored
Fix powershell module installation in devcontainer (#61)
1 parent 2850a98 commit 1ea0ec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ghcr.io/devcontainers/features/git:1": {},
1010
"ghcr.io/devcontainers/features/git-lfs:1": {}
1111
},
12-
"postCreateCommand": "pwsh -Command 'Install-Module -Name Pester -Force -Scope AllUsers; Install-Module -Name powershell-yaml -Force -Scope AllUsers'",
12+
"postCreateCommand": "pwsh -c \"Install-Module Pester -Force -Scope AllUsers; Install-Module powershell-yaml -Force -Scope AllUsers\"",
1313
"customizations": {
1414
"vscode": {
1515
"extensions": [

0 commit comments

Comments
 (0)