Releases: Shopify/ruby-lsp
Releases · Shopify/ruby-lsp
vscode-ruby-lsp-v0.8.20
vscode-ruby-lsp-v0.8.20
✨ Enhancements
- Allow for under development feature flags (#3119) by @vinistock
🐛 Bug Fixes
- Fix local variable assignment highlighting with no spaces (#3131) by @vinistock
📦 Other Changes
- Bump Tapioca and Launcher rollout (#3122) by @vinistock
- Roll out Tapioca add-on to 100% of users (#3134) by @vinistock
vscode-ruby-lsp-v0.9.1
vscode-ruby-lsp-v0.9.1
🐛 Bug Fixes
- Use bundled environment activation script file (#3083) by @vinistock
v0.23.8
v0.23.8
🐛 Bug Fixes
- Avoid failing if file is quickly created and deleted (#3105) by @vinistock
- Account for missing bundle or lockfile in compose bundle request (#3104) by @vinistock
- Allow snippets for Cursor editor (#3109) by @vinistock
- Prefer exact matches when guessing types (#3112) by @vinistock
- Search for class variables completion candidates in attached namespace (#3100) by @vinistock
v0.23.7
v0.23.7
✨ Enhancements
- Check if lockfile is valid before composing bundle (#3077) by @vinistock
🐛 Bug Fixes
- Remove server side document selectors (#3074) by @vinistock
- Fix file paths for exec launcher on Windows (#3073) by @vinistock
vscode-ruby-lsp-v0.8.19
vscode-ruby-lsp-v0.8.19
✨ Enhancements
- Check if bundle is valid before restarting (#3066) by @vinistock
📦 Other Changes
- Bump rollout of Tapioca add-on to 30% (#3097) by @vinistock
vscode-ruby-lsp-v0.9.0
vscode-ruby-lsp-v0.9.0
🐛 Bug Fixes
- Use bundled environment activation script file (#3083) by @vinistock
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