Closed matteodepalo closed 9 months ago
VSCode was throwing errors having to do with T.anything which wasn't supported by our version of sorbet.
T.anything
sorbet
I've updated rbi which unlocked the update of sorbet as well. I've also removed ruby 2.7 from CI as it doesn't work with the latest version of prism.
rbi
prism
VSCode extension ruby-lsp doesn't throw errors anymore
ruby-lsp
Description
VSCode was throwing errors having to do with
T.anything
which wasn't supported by our version ofsorbet
.I've updated
rbi
which unlocked the update ofsorbet
as well. I've also removed ruby 2.7 from CI as it doesn't work with the latest version ofprism
.How has this been tested?
VSCode extension
ruby-lsp
doesn't throw errors anymore