Shopify / ruby-lsp

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

Failed to activate asdf environment: Unexpected token / in JSON at position 0 #1990

Closed ssnake closed 2 weeks ago

ssnake commented 2 weeks ago

Description

Hey people, it seems latest ruby-lsp v0.5.20 has problems to start:

Failed to activate asdf environment: Unexpected token / in JSON at position 0

My software set:

ruby 3.1.4p223
VSC 1.88.1
asdf v0.11.3-0adc6c1

Rolled back to ruby-lsp 0.50.19 and things started working again

andyw8 commented 2 weeks ago

Hi @ssnake, in https://github.com/Shopify/ruby-lsp/issues/1985 someone found that updating asdf solved this for them, could you try that please?

ssnake commented 2 weeks ago

asdf update helped me. I updated asdf from v0.11.3 to v0.14.0.

Now asdf v0.14.0 and ruby-lsp v0.5.20 works perfectly. Thanks