I am trying to test Sorbet on a Rails project.
- followed the adoptions guidelines
- installed and run the
gem sorbet-rails
- changed to
# typed: true
- restarted vscode
but nothing is really happening, I think I am missing a part of the puzzle. Has anyone found a solution to get Sorbet to work with Vs Code
Thanks