Skip to content

Commit cf2adbd

Browse files
authored
Use PowerShell preview extension for Github Codespaces (#1596)
1 parent c9cd42c commit cf2adbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"postCreateCommand": "dotnet restore",
1010
"extensions": [
1111
"ms-dotnettools.csharp",
12-
"ms-vscode.powershell"
12+
"ms-vscode.powershell-preview"
1313
]
14-
}
14+
}

0 commit comments

Comments
 (0)