Skip to content

Releases: Shopify/ruby-lsp

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

v0.16.2

05 Apr 18:54
ee5f44d
Compare
Choose a tag to compare

v0.16.2

🐛 Bug Fixes

  • Apply formatter selected in initialization options (#1886) by @vinistock
  • Don't push group id to stack when encountering non-test classes (#1891) by @st0012

v0.16.1

04 Apr 11:31
e4b53c1
Compare
Choose a tag to compare

v0.16.1

🐛 Bug Fixes

  • Prioritize rspec in test library detection (#1875) by @st0012