castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
423 stars 25 forks source link

[LoadError] cannot load such file -- irb/slex #157

Closed kamillle closed 4 years ago

kamillle commented 4 years ago

solargraph version: 0.38.2 ruby version: 2.7.0 OS: Catalina 10.15.2 VSCode: 1.41.1 StackTrace: Just appears below 😢

[Error - 21:08:33] Server initialization failed.
  Message: [LoadError] cannot load such file -- irb/slex
  Code: -32603 

I've seen https://github.com/castwide/vscode-solargraph/issues/137 and updated irb gem, but same error cames up.

castwide commented 4 years ago

There are some issues around irb that affected a lot of gems in Ruby 2.7. Try updating the solargraph gem first. The current version is 0.38.5. If that doesn't help, try updating the yard gem. (The latter shouldn't be necessary, but if it is, there might be an issue with Solargraph's gem dependencies.)

Related info: https://github.com/castwide/solargraph/issues/233

kamillle commented 4 years ago

@castwide The infomation is perfect for me!! Thank you for your kindness!!