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

Commit

Permalink
update to a working command
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Jun 6, 2019
1 parent b4a2d93 commit 67a5203
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 67a5203

Please sign in to comment.