fsprojects / fsharp-language-server

Other
218 stars 37 forks source link

Trying to open a project that needs paket but doesn't have it installed crashes the language server. #110

Open faldor20 opened 2 years ago

faldor20 commented 2 years ago

We need two things to fix this.

  1. A way of telling the user they need paket
  2. A way of automatically prompting to run "dotnet tool restore" when required

We should also more broadly have a way to bubble up errors like this to the user