castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.87k stars 154 forks source link

solargraph bundle deprecated but no alternative command provided #650

Closed ColinTheRobot closed 1 year ago

ColinTheRobot commented 1 year ago

using solargraph with neovim and neovim-lsp

ran solargraph bundle to build all the internal documentation but got:

Thebundlecommand is deprecated. Solargraph currently uses RBS instead.

what should I run instead? or does this now happen automatically?

tim-wovn commented 1 year ago

I had the same problem; I think there was an official response to the same question in a different issue: https://github.com/castwide/solargraph/issues/464#issuecomment-1501560419

castwide commented 1 year ago

The bundle and download-core commands are no longer necessary. I left the commands in place to avoid breaking workflows, but they just print a message and exit.

ColinTheRobot commented 1 year ago

That's what it seemed like was maybe happening but wasn't sure.

Thanks!

durierem commented 10 months ago

The documentation on solargraph.org and on the README still points out to the deprecated commands and it is confusing.

A quick explanation on the deprecation of these commands would be welcomed.