Skip to content

Commit

Permalink
Use PowerShell preview extension for Github Codespaces (PowerShell#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmeister committed Nov 3, 2020
1 parent c9cd42c commit cf2adbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"postCreateCommand": "dotnet restore",
"extensions": [
"ms-dotnettools.csharp",
"ms-vscode.powershell"
"ms-vscode.powershell-preview"
]
}
}

0 comments on commit cf2adbd

Please sign in to comment.