Shopify / ruby-lsp

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

Verify minimum `asdf` version #1991

Closed andyw8 closed 2 weeks ago

andyw8 commented 2 weeks ago

As seen in https://github.com/Shopify/ruby-lsp/issues/1985 and https://github.com/Shopify/ruby-lsp/issues/1990, there is a failure with older versions of asdf. We may want to check the version and warn if it's outdated. (We'd first need to determine the minimum compatible version).

st0012 commented 2 weeks ago

Mention asdf update in the troubleshooting doc and/or version manager doc.

andyw8 commented 2 weeks ago

As discussed yesterday, we'll just recommend people upgrade to the latest release.