v0.26.0
🚧 Breaking Changes
- Use -r instead of RUBYOPT to require LSP reporters (#3661) by @vinistock
🐛 Bug Fixes
- Avoid writing error file if client is closed during bundle compose (#3649) by @vinistock
- Prevent workspace dependencies from failing if there's no bundle (#3655) by @vinistock
- Prevent relative require completion for unsaved files (#3656) by @vinistock
- Filter constant completion suggestions to only include constants (#3654) by @vinistock
- Avoid requiring add-ons that are copied into the workspace (#3669) by @vinistock
- Stop reusing the Prism result for RuboCop for now (#3672) by @vinistock
📦 Other Changes
- Remove excessive mutex synchronization (#3637) by @vinistock
- Remove RUBYOPT from ruby-lsp-test-exec (#3673) by @vinistock