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 +}