Skip to content

v0.19.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 20:23
· 95 commits to main since this release
9a737cb

v0.19.1

✨ Enhancements

🐛 Bug Fixes

  • Fix ruby-lsp-check raising when server message itself is an error (#2659) by @Earlopain
  • Prevent lazy comment fetching from failing if file gets deleted (#2661) by @vinistock
  • Avoid directly calling version to avoid Sorbet error (#2663) by @st0012
  • Handle multibyte characters in RubyDocument (#2669) by @NotFounds