v0.22.0
🚧 Breaking Changes
- Remove deprecated experimental features from global state (#2829) by @vinistock
- Allow indexing enhancements to create namespaces (#2857) by @vinistock
✨ Enhancements
- Prevent full indexing (
index_all
) from being called multiple times (#2864) by @andyw8 - Add support for
extend self
tohandle_module_operation
(#2855) by @tlemburg
🐛 Bug Fixes
- Ensure top level scripts are indexed (#2849) by @vinistock
- Check target precision for call node in hover and definition (#2870) by @vinistock
- Fix documentation reference when methods are too close (#2806) by @IgnacioFan
📦 Other Changes
- Log when trying to format files outside of workspace (#2853) by @vinistock
- Add Sorbet troubleshooting note (#2871) by @andyw8
- Start returning composed bundle environment from initialize request (#2880) by @vinistock