v0.23.13
✨ Enhancements
- Support VSCodium as a client when moving cursor (#3302) by @shanecav84
- Hook server and extension test execution (#3309) by @vinistock
- Capture test output for Minitest reporter (#3286) by @andyw8
- Allow add-ons to resolve test commands (#3351) by @vinistock
- Add coverage data collection to the test reporter (#3360) by @vinistock
🐛 Bug Fixes
- Fix paths to custom test reporters (#3322) by @vinistock
- Ignore non Minitest or Test Unit items for resolve command (#3350) by @vinistock
- Use no-cache option when bundle installing (#3342) by @vinistock
- Handle changing visibility post method definition (#3339) by @vinistock
- Expand test directory command resolution with requires (#3335) by @vinistock
📦 Other Changes
- Append custom reporter rather than replacing all (#3324) by @vinistock
- Prefix framework tags with
framework:
(#3340) by @vinistock