scalameta / metals-vscode

Visual Studio Code extension for Metals
https://marketplace.visualstudio.com/items?itemName=scalameta.metals#overview
Apache License 2.0
299 stars 76 forks source link

improvement: Retry with coursier jar if anything fails #1514

Closed tgodzik closed 3 months ago

tgodzik commented 4 months ago

Previously, if anything failed with coursier native image, for example we wouldn't have proper encoding then user would not be able to do anything.

Now, if there is Java avaialable we can retry with the embedded coursier jar.

Might help with https://github.com/scalameta/metals-vscode/issues/1509