Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 9369849

Browse files
authored
Merge pull request #68 from TylerLeonhardt/patch-1
Update postCreateCommand
2 parents b4a2d93 + 67a5203 commit 9369849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

containers/powershell/.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
// Uncomment the next line if you want to add in default container specific settings.json values
99
// "settings": { "workbench.colorTheme": "Quiet Light" },
1010

11-
// Uncomment the next line to run commands after the container is created.
12-
// "postCreateCommand": "powershell echo $PSVersionTable",
11+
// Uncomment the next line to run commands after the container is created. This gets run in bash which is why we call `pwsh`.
12+
// "postCreateCommand": "pwsh -c '$PSVersionTable'",
1313

1414
"extensions": [
1515
"ms-vscode.powershell"
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)