scalameta / metals-vscode

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

improvement: Throw an error with a correct message #1438

Closed tgodzik closed 9 months ago

tgodzik commented 9 months ago

Thanks to this the proper message will be displayed.

Fixes https://github.com/scalameta/metals-vscode/issues/1436

Screenshot from 2023-11-17 19-15-49

tgodzik commented 9 months ago

I realized, we can actually do it all on the server side by using lsp4j's exception:

https://github.com/scalameta/metals/pull/5864