Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 18:22
· 220 commits to main since this release
5ae8e77

v0.23.0

🚧 Breaking Changes

✨ Enhancements

πŸ› Bug Fixes

  • Fix minitest spec code lens load path (#2706) by @thomasmarshall
  • Avoid excluding transitive dependencies of default dependencies (#2937) by @vinistock
  • Fail requests that are searching for a non existing position (#2938) by @vinistock
  • Use correct error response for cancellations (#2939) by @vinistock
  • Fix folding ranges when a line is surrounded by comments and contains code (#2954) by @Earlopain
  • Pass Ruby interpreter path when replacing process by launcher (#2979) by @vinistock
  • Fully unload add-ons under a mutex when shutting down (#2970) by @vinistock
  • Fix debug platform inclusion for Windows (#2978) by @vinistock
  • Recover from uninstalled gems in launcher mode (#2975) by @vinistock
  • Handle missing specs when listing transitive dependencies (#3012) by @vinistock
  • Use original Bundler binstub from RubyGems to avoid version argument issues (#2987) by @vinistock

πŸ“¦ Other Changes