Releases: Shopify/ruby-lsp
Releases · Shopify/ruby-lsp
vscode-ruby-lsp-v0.8.12
vscode-ruby-lsp-v0.8.12
✨ Enhancements
- Show that server is running on degraded mode (#2800) by @vinistock
🐛 Bug Fixes
- Look for Shadowenv in specific Homebrew path and check for untrusted workspace explicitly (#2791) by @vinistock
📦 Other Changes
- Add telemetry for launch failures (#2778) by @vinistock
vscode-ruby-lsp-v0.8.10
vscode-ruby-lsp-v0.8.11
vscode-ruby-lsp-v0.8.9
vscode-ruby-lsp-v0.8.9
📦 Other Changes
- Handle server error telemetry events (#2756) by @vinistock
- Include workspace name in error telemetry (#2763) by @vinistock
- Report Ruby activation errors to telemetry (#2767) by @vinistock
vscode-ruby-lsp-v0.8.8
vscode-ruby-lsp-v0.8.8
🐛 Bug Fixes
- Only restart client if the contents of the watched files have changed (#2745) by @vinistock
- Fix activation on files that were previously opened (#2753) by @dirceu
- Ensure default gem path is also in document selector (#2738) by @vinistock
vscode-ruby-lsp-v0.8.7
vscode-ruby-lsp-v0.8.7
✨ Enhancements
📦 Other Changes
- Log language server restart reasons (#2736) by @vinistock
vscode-ruby-lsp-v0.8.6
vscode-ruby-lsp-v0.8.6
🐛 Bug Fixes
- Ensure all
ruby-lsp
dependencies are installed before launch (#2730) by @vinistock - Fix conditional local var highlight (#2719) by @v010maaa
- Use activated gem paths to register document selectors (#2718) by @vinistock
v0.20.1
v0.20.1
✨ Enhancements
- Improve performance of finding indexables (#2082) by @natematykiewicz
🐛 Bug Fixes
- Set BUNDLER_VERSION to avoid version mismatch restarts (#2658) by @vinistock
- Avoid removing redundant namespaces when not inside correct nesting (#2715) by @vinistock
- Ignore, if given path is directory while referencing and renaming (#2716) by @rogancodes
vscode-ruby-lsp-v0.8.5
vscode-ruby-lsp-v0.8.5
🐛 Bug Fixes
- Prevent accessing rootUri if there's no git repository (#2727) by @vinistock
v0.20.0
v0.20.0
🚧 Breaking Changes
- Use code units cache API (#2704) by @vinistock
✨ Enhancements
- Add go-to-definition for global variables (#2673) by @snutij
- Index all missing global variable nodes (#2699) by @snutij
📦 Other Changes
- Build locations before creating entries (#2698) by @vinistock