solargraph bundle deprecated but no alternative command provided
ColinTheRobot opened this issue · 4 comments
using solargraph with neovim and neovim-lsp
ran solargraph bundle
to build all the internal documentation but got:
The
bundle command is deprecated. Solargraph currently uses RBS instead.
what should I run instead? or does this now happen automatically?
I had the same problem; I think there was an official response to the same question in a different issue:
#464 (comment)
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.
That's what it seemed like was maybe happening but wasn't sure.
Thanks!
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.