What's Changed
✨ Enhancements
- Make extract to variable more robust by @vinistock in #529
- Add highlighting support for more local variables by @vinistock in #538
- Allow specifying a formatter by @vinistock in #556
- Make it easier to configure enabled features by @vinistock in #562
- Prevent excessive array allocations in
visit_all
by @vinistock in #567
🐛 Bug Fixes
- Prevent duplicate ranges for code folding by @andyw8 in #528
- Visit command blocks in semantic highlighting by @vinistock in #537
🛠 Other Changes
- Avoid unnecessary String#sub in diagnostic by @vinistock in #518
- Link to the extension README for debugging information by @andyw8 in #526
- Update Ruby and bundler by @vinistock in #533
- Fix coding folding when argument has no parenthesis (e.g. RSpec syntax) by @andyw8 in #517
- Start processing method definitions with inline visibility modifiers by @paracycle in #547
- Support running server in debug mode by @st0012 in #557
- Require bundler by @icnagy in #560
New Contributors
Full Changelog: v0.4.1...v0.4.2