naninovel / docs

Documentation website
https://naninovel.com/guide
77 stars 29 forks source link

VS Code IDE extension installation fails on MacOS #125

Closed elringus closed 4 years ago

elringus commented 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:

  1. Open Terminal
  2. Install Homebrew with /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)
  3. Install wget with brew install wget
elringus commented 4 years ago

Fixed with the recent VS Code update.