Skip to content

Releases: Shopify/ruby-lsp

vscode-ruby-lsp-v0.7.0

30 May 14:13
9c83e17
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.0

✨ Enhancements

🐛 Bug Fixes

📦 Other Changes

  • Mention that bundleGemfile is not intended for multiroot workspaces (#2011) by @vinistock
  • Set dependabot open-pull-requests-limit to 100 (#2059) by @egiurleo

v0.16.7

22 May 15:33
b6f5f4f
Compare
Choose a tag to compare

v0.16.7

✨ Enhancements

  • Support symbol procs in definition (#1982) by @vinistock
  • Replace RubyIndexer::Collector with RubyIndexer::DeclarationListener (#2008) by @st0012
  • Always push namespace onto the stack (#2019) by @st0012
  • Handle constant completion when typing path separator (#2043) by @vinistock
  • Allow Code Lenses without a command (#2069) by @andyw8

🐛 Bug Fixes

📦 Other Changes

vscode-ruby-lsp-v0.5.21

02 May 15:15
c1d4b7b
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.5.21

✨ Enhancements

v0.16.6

26 Apr 20:02
5e059f1
Compare
Choose a tag to compare

v0.16.6

🐛 Bug Fixes

📦 Other Changes

v0.16.5

24 Apr 17:23
2a22994
Compare
Choose a tag to compare

v0.16.5

✨ Enhancements

  • Allow configuring linters separate from formatter (#1925) by @vinistock
  • Refactor global usage of Prism::Location to minimize memory usage (#1917) by @aryan-soni
  • Support go to definition for unknown receiver calls (#1961) by @st0012

🐛 Bug Fixes

📦 Other Changes

vscode-ruby-lsp-v0.5.20

25 Apr 13:19
7d917f0
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.5.20

✨ Enhancements

🐛 Bug Fixes

vscode-ruby-lsp-v0.5.19

12 Apr 17:39
9136779
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.5.19

🐛 Bug Fixes

v0.16.4

11 Apr 17:28
004e899
Compare
Choose a tag to compare

v0.16.4

✨ Enhancements

  • Add watched_files_dynamic_registration to global state (#1905) by @Earlopain

🐛 Bug Fixes

  • Run initialize and document synchronization in main thread (#1915) by @vinistock

📦 Other Changes

vscode-ruby-lsp-v0.5.18

11 Apr 17:15
004e899
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.5.18

✨ Enhancements

🐛 Bug Fixes

  • Enable no-floating-promises lint (#1876) by @vinistock
  • Remove verbose or debug environment variables from Ruby env (#1889) by @vinistock
  • [VSCode] Change the order of existence checks for Manager. Check 'asdf' last. (#1909) by @dlwr

📦 Other Changes

  • Enhance version manager config to accept more fields (#1831) by @vinistock

v0.16.3

09 Apr 15:00
729df3e
Compare
Choose a tag to compare

v0.16.3

✨ Enhancements

  • Attempt to re-generate custom bundle once on bundle failure (#1852) by @vinistock

🐛 Bug Fixes

  • Detect rails as the testing framework if bin/rails exists (#1896) by @Earlopain
  • Synchronize didOpen and didClose notifications (#1901) by @vinistock

📦 Other Changes