From 51cda96ef3d251ec3f4510e1068b29cc973ae1e8 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Thu, 22 Oct 2020 20:16:29 +0100 Subject: [PATCH] Use PowerShell preview extension for Github Codespaces --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d59606e96..0ee4c2049 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,6 +9,6 @@ "postCreateCommand": "dotnet restore", "extensions": [ "ms-dotnettools.csharp", - "ms-vscode.powershell" + "ms-vscode.powershell-preview" ] -} \ No newline at end of file +}