dotnet / vscode-dotnet-runtime

VSCode Extension for Installing .NET via VS Code
MIT License
137 stars 257 forks source link

Powershell not found #51

Open sfoslund opened 4 years ago

sfoslund commented 4 years ago

See Original Issue: microsoft/vscode-azurearmtools#400

telb99 commented 2 years ago

After recently installing v6 of dotnet sdk and using latest vscode insiders, seeing this issue too. Windows 10 fully patched. dotnet sdk version 6.0.100 PowerShell 7.2.0

Looks like the command that is failing is looking for "powershell" which doesn't exist, "pwsh" does exist.

This is happening in a new blazor web assembly project when using F5 to run it in vscode and following the instructions here: https://docs.microsoft.com/en-us/aspnet/core/blazor/debug?tabs=visual-studio-code&view=aspnetcore-6.0#vscode