Skip to content

Releases: Shopify/ruby-lsp

v0.17.5

09 Jul 18:49
9f22f36
Compare
Choose a tag to compare

v0.17.5

✨ Enhancements

  • Provide a way for addon developers to get an addon by name (#2216) by @andyw8
  • Linearize singleton ancestors (#2214) by @vinistock
  • Provide code navigation features to erb files (#2235) by @st0012

🐛 Bug Fixes

  • Search aliased namespaces in the top level too (#2208) by @vinistock
  • Use location links for namespace and method definition response (#2206) by @vinistock
  • Avoid showing duplicate completions (#2215) by @vinistock
  • Fix decorated_parameters for when method has no parameters (#2229) by @andyw8
  • Fix display of label details for completion requests (#2253) by @andyw8
  • Add missing error information for telemetry (#2256) by @vinistock
  • Handle possible nil call operator location in completion (#2274) by @vinistock

📦 Other Changes

  • Move experimental features into global state (#2209) by @vinistock
  • Add predicate methods for public? and protected? in RubyIndexer::Entry (#2236) by @andyw8
  • Start separating RubyDocument and Document concerns (#2222) by @vinistock

vscode-ruby-lsp-v0.7.10

09 Jul 15:14
1762543
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.10

✨ Enhancements

🐛 Bug Fixes

vscode-ruby-lsp-v0.7.8

05 Jul 20:30
8fe7f1d
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.8

🐛 Bug Fixes

vscode-ruby-lsp-v0.7.6

05 Jul 18:06
3537027
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.6

✨ Enhancements

🐛 Bug Fixes

vscode-ruby-lsp-v0.7.9

05 Jul 20:33
2b85922
Compare
Choose a tag to compare
Pre-release

vscode-ruby-lsp-v0.7.9

✨ Enhancements

vscode-ruby-lsp-v0.7.7

05 Jul 18:15
afc82ce
Compare
Choose a tag to compare
Pre-release

vscode-ruby-lsp-v0.7.7

✨ Enhancements

v0.17.4

18 Jun 21:12
93a6ffb
Compare
Choose a tag to compare

v0.17.4

✨ Enhancements

🐛 Bug Fixes

📦 Other Changes

vscode-ruby-lsp-v0.7.5

18 Jun 21:35
b3c3668
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.5

✨ Enhancements

  • Display addons status in the control panel (#2180) by @st0012
  • Use quickpick UI to display addons list (#2205) by @st0012

🐛 Bug Fixes

  • Display warning when launching with no workspaces (#2155) by @vinistock
  • Avoid overriding the start function of Client (#2163) by @st0012

v0.17.3

11 Jun 18:38
28c45f5
Compare
Choose a tag to compare

v0.17.3

✨ Enhancements

🐛 Bug Fixes

  • Fix test escaping on Windows (#2109) by @andyw8
  • Filter instance variable owners before deduping (#2153) by @vinistock
  • Detect RuboCop as the formatter when it is only a transitive depenency (#2126) by @Earlopain
  • Remove non-existing algorithm path for constant resolution (#2158) by @vinistock

📦 Other Changes

vscode-ruby-lsp-v0.7.4

07 Jun 20:12
ad2e42c
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.4

✨ Enhancements

🐛 Bug Fixes

  • Continue searching if directory is missing for omitted chruby patch version (#2143) by @vinistock
  • Standardize version manager script execution (#2133) by @vinistock
  • Ensure update server gem command updates the locked server (#2145) by @vinistock