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

Implement metals-goto-location command to fix stacktrace analysis links #88

Closed ayoub-benali closed 2 years ago

ayoub-benali commented 2 years ago

@ckipp01 @tgodzik My understanding from https://github.com/scalameta/metals/pull/3540 is that the links in stracktrace analysis migrated from goto-position to metals-goto-location, can I delete the support of the former command from this plugin ?

tgodzik commented 2 years ago

That's right goto-position is no longer used.

ayoub-benali commented 2 years ago

That's right goto-position is no longer used.

ok I deleted it