Skip to content

Releases: Shopify/ruby-lsp

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

v0.17.2

05 Jun 17:54
Compare
Choose a tag to compare

v0.17.2

✨ Enhancements

🐛 Bug Fixes

vscode-ruby-lsp-v0.7.2

05 Jun 17:00
852b629
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.2

🐛 Bug Fixes

  • Ensure default gems are part of the document selector (#2127) by @vinistock
  • Handle unsaved files in main language server client (#2124) by @vinistock