v0.23.12
✨ Enhancements
- Exclude RBS comments from on-type formatting (#3220) by @st0012
- Add basic resolve test command request (#3234) by @vinistock
- Add support for
specify
in Code Lens (#3228) by @andyw8 - Add test discovery support for Minitest spec style syntax (#3223) by @alexcrocha
- Add
test-unit
reporter (#3238) by @andyw8 - Resolve Minitest commands for test items (#3249) by @vinistock
- Tag Test Unit and Minitest spec test items (#3268) by @vinistock
- Resolve commands for test unit items (#3264) by @vinistock
- Allow add-ons to extend test discovery (#3271) by @alexcrocha
- Add JSON test reporter for minitest (#3187) by @andyw8
- Add GoToRelevantFile functionality (#2985) by @jenny-codes
🐛 Bug Fixes
- Avoid reading from deleted file (#3218) by @andyw8
- Try to relaunch if gems are modified between install and setup (#3231) by @vinistock
- Avoid raising on duplicate test item IDs (#3237) by @vinistock
- Include tags in TestItem#to_hash (#3239) by @vinistock
- Prevent race condition when saving file during initial indexing (#3269) by @vinistock
- Exclude certain Bundler settings when composing bundle (#3277) by @vinistock
📦 Other Changes
- Ensure we index non test files under test directories (#3188) by @vinistock