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

Add setting to use latest snapshot or latest stable automatically #61

Closed ayoub-benali closed 1 year ago

ayoub-benali commented 2 years ago

Accept latest-stable or latest-snapshot as server version and fetch version number from maven like https://github.com/scalameta/nvim-metals/pull/276

rchl commented 1 year ago

Personally I don't think that's a great idea because that means the server will change on users at random times and might break. Also it now will make a blocking request on every start which will slow things down.

I also recently wrote my thoughts about that at https://github.com/sublimelsp/LSP-marksman/issues/5#issuecomment-1237433020