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

Commit

Permalink
Merge pull request #68 from TylerLeonhardt/patch-1
Browse files Browse the repository at this point in the history
Update postCreateCommand
  • Loading branch information
Chuxel committed Jun 6, 2019
2 parents b4a2d93 + 67a5203 commit 9369849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions containers/powershell/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
// Uncomment the next line if you want to add in default container specific settings.json values
// "settings": { "workbench.colorTheme": "Quiet Light" },

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

"extensions": [
"ms-vscode.powershell"
]
}
}

0 comments on commit 9369849

Please sign in to comment.