Closed elringus closed 4 years ago
Caused by the following .NET package regression: https://github.com/dotnet/vscode-dotnet-runtime/issues/133
Temporary workaround: install wget and restart VS Code.
Example on installing wget on MacOS with Homebrew package manager:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install wget
Fixed with the recent VS Code update.
Caused by the following .NET package regression: https://github.com/dotnet/vscode-dotnet-runtime/issues/133
Temporary workaround: install wget and restart VS Code.
Example on installing wget on MacOS with Homebrew package manager:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
(skip this step if brew is already installed on your machine)brew install wget