Shopify / ruby-lsp

An opinionated language server for Ruby
https://shopify.github.io/ruby-lsp/
MIT License
1.33k stars 118 forks source link

Metadata for VSCode extensions still points to `vscode-ruby-lsp` #1970

Closed Earlopain closed 3 weeks ago

Earlopain commented 3 weeks ago

Description

https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp

grafik

Same for the issues/repository/etc. links.

I think it's also showing a version number from the server?

vinistock commented 3 weeks ago

Thanks for the report. This is because we have prerelease version published of the extension with a higher version number than the stable release. The marketplace always favours the highest version number and that one was published from the old repo.

Once https://github.com/Shopify/ruby-lsp/pull/1967 is merged, we will have stabilized all of the prerelease behaviour and can finally release v0.7.0, which will then fix the data in the marketplace.