Releases: Shopify/ruby-lsp
Releases · Shopify/ruby-lsp
v0.23.6
v0.23.6
✨ Enhancements
- Add references support for instance variables (#2787) by @monkeyWzr
🐛 Bug Fixes
- Return early if magic source link URI has no path (#3056) by @vinistock
- Fix singleton indexing under compact namespaces (#3062) by @vinistock
- Update
GUESSED_TYPES_URL
(#3068) by @csjh - Change our internal RuboCop integration identifier (#3067) by @vinistock
- Request diagnostic refresh when RuboCop configs change (#3041) by @vinistock
- Check if RuboCop is available before searching for add-on (#3071) by @vinistock
vscode-ruby-lsp-v0.8.18
vscode-ruby-lsp-v0.8.18
🐛 Bug Fixes
- Prevent double activation when multiple documents are opened (#3070) by @vinistock
v0.23.5
v0.23.4
v0.23.3
v0.23.3
🐛 Bug Fixes
- Stop running cancel request in the main thread (#3028) by @vinistock
- Synchronize store operations in server instead (#3029) by @vinistock
- Ensure requests are not assuming the presence of file paths for entries (#3030) by @vinistock
- Fix visibility stack handling for private_class_method (#3032) by @vinistock
- Avoid reporting the same Bundler install error twice (#3033) by @vinistock
- Always apply workspace URI configuration to indexer (#3034) by @vinistock
v0.23.2
v0.23.2
✨ Enhancements
- Infer types for method calls on immediately instantiated objects (#3007) by @vinistock
- Move RuboCop file watching to the server (#2982) by @vinistock
- Index documents on modification (#2941) by @vinistock
- Handle module_function with no arguments (#3018) by @vinistock
- Only reindex documents if declarations are being modified (#2942) by @vinistock
🐛 Bug Fixes
- Locate targets under mutex lock (#2976) by @vinistock
- Go back to returning
nil
for cancelled requests (#3024) by @vinistock
vscode-ruby-lsp-v0.8.17
vscode-ruby-lsp-v0.8.17
✨ Enhancements
- Provide additional debugging help when the debugger exits with an error (#2961) by @st0012
- VSCode extension checks multiple install locations for
mise
binary (#2943) by @adam12 - Add a new command to help users migrate launch.json configurations (#2450) by @st0012
- Add Show Output Channel command for VSCode extension (#2986) by @timkooi-jobber
🐛 Bug Fixes
- Fix: Block parameters prefixed with underscore are incorrectly highlighted (#2972) by @willyamacaroni
- Fix word boundary regexes in Ruby grammar (#2984) by @vinistock
v0.23.1
v0.23.0
v0.23.0
🚧 Breaking Changes
- Start accepting any URI scheme in the index (#2934) by @vinistock
✨ Enhancements
- Add Prepare Rename Request (#2894) by @rogancodes
- Add glyph for 'Run' code lenses (#2973) by @andyw8
- feat: Handle instance variable target nodes in document symbol (#2981) by @Hungle2911
- Add test helper methods from Rails add-on (#2991) by @andyw8
- Support Hover, Completion, Go to definition for Class Variables (#2944) by @rogancodes
🐛 Bug Fixes
- Fix minitest spec code lens load path (#2706) by @thomasmarshall
- Avoid excluding transitive dependencies of default dependencies (#2937) by @vinistock
- Fail requests that are searching for a non existing position (#2938) by @vinistock
- Use correct error response for cancellations (#2939) by @vinistock
- Fix folding ranges when a line is surrounded by comments and contains code (#2954) by @Earlopain
- Pass Ruby interpreter path when replacing process by launcher (#2979) by @vinistock
- Fully unload add-ons under a mutex when shutting down (#2970) by @vinistock
- Fix debug platform inclusion for Windows (#2978) by @vinistock
- Recover from uninstalled gems in launcher mode (#2975) by @vinistock
- Handle missing specs when listing transitive dependencies (#3012) by @vinistock
- Use original Bundler binstub from RubyGems to avoid version argument issues (#2987) by @vinistock
📦 Other Changes
- Move URI extension to indexer (#2915) by @vinistock
- Add note to docs about unsaved files (#2923) by @andyw8
- Replace IndexablePath with URI (#2916) by @vinistock
- Store URIs in entries instead of file paths (#2926) by @vinistock
- Use Entry#uri where possible instead of file path (#2927) by @vinistock