scalameta / metals-sublime

Sublime Text package for Metals, a language server for Scala
https://packagecontrol.io/packages/LSP-metals
Apache License 2.0
16 stars 10 forks source link

fix: handle new doctor version v5 #113

Closed ninth-dev closed 7 months ago

ninth-dev commented 7 months ago

Since the new doctor version (v5), doctor was not showing anything.

Screenshot 2023-12-29 at 5 06 05 pm

Note, this PR doesn't parse and show the new errorReports. We can raise a separate PR to address that.

ayoub-benali commented 7 months ago

Thanks for the version fix, are you working on #114 ?

ninth-dev commented 7 months ago

Nope, I wasn't able to recreate some error reports. Happy to work on it if there's a way to force some errors.

ayoub-benali commented 7 months ago

The JSON schema for the error reports is documented here, it should be enough.