v0.26.2
✨ Enhancements
- Add highlight for Do Nodes (#3710) by @vicocamacho
- Reuse the prism result again (#3729) by @Earlopain
- Improve go to relevant file performance (#3731) by @domingo2000
- Support multiple test file matches in go to relevant file (#3790) by @alexcrocha
🐛 Bug Fixes
- Consider extra Minitest spec descriptions (#3688) by @vinistock
- Allow running tests without a bundle (#3689) by @vinistock
- Account for module wrapping Minitest specs (#3715) by @vinistock
- Fix infinite recursion in constant alias resolution (#3783) by @pkondzior
- Refresh diagnostics on .rubocop_todo.yml change (#3800) by @vinistock
- Fix stack StackLevelError during self referential constant resolution (#3799) by @pkondzior
- Escape file paths for test command resolution (#3802) by @vinistock
- Add missing kinds for indexer entries (#3803) by @vinistock