We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2850a98 commit 1ea0ec8Copy full SHA for 1ea0ec8
1 file changed
.devcontainer/devcontainer.json
@@ -9,7 +9,7 @@
9
"ghcr.io/devcontainers/features/git:1": {},
10
"ghcr.io/devcontainers/features/git-lfs:1": {}
11
},
12
- "postCreateCommand": "pwsh -Command 'Install-Module -Name Pester -Force -Scope AllUsers; Install-Module -Name powershell-yaml -Force -Scope AllUsers'",
+ "postCreateCommand": "pwsh -c \"Install-Module Pester -Force -Scope AllUsers; Install-Module powershell-yaml -Force -Scope AllUsers\"",
13
"customizations": {
14
"vscode": {
15
"extensions": [
0 commit comments