DEPRECATED in favor of the official extension here
Simple LSP extension for sorbet
- Set up sorbet in your project follow sorbet's guide: https://sorbet.org/docs/adopting
- Run
bundle install
from your project root inside of VSCode's terminal => This is to ensure VSCode has access to sorbet - Making sure
bundle exec srb tc
works since this extension rely on that command. - Enjoy.
- Set your bundle/srb path in setting to the rvm bin wrapper path. Note: It should be in
~/.rvm/wrappers/ruby-<your-version>@dashboard