Skip to content

Releases: Shopify/ruby-lsp

v0.26.9

25 Mar 19:40
29ecc8d

Choose a tag to compare

v0.26.9

🐛 Bug Fixes

  • Prevent workspace_dependencies failing if directory gets removed during execution (#3980) by @vinistock
  • Fix semantic token defaultLibrary modifier casing (#4005) by @a-lavis
  • Fix document links for source comments above sig blocks (#4018) by @KaanOzkan

vscode-ruby-lsp-v0.10.2

25 Mar 18:25
9e53e7e

Choose a tag to compare

vscode-ruby-lsp-v0.10.2

v0.26.8

11 Mar 17:50
177fb2e

Choose a tag to compare

v0.26.8

🐛 Bug Fixes

  • Fix send_log_message ignoring type parameter (#3969) by @vinistock
  • Properly reset state after leaving a regex capture (#3970) by @vinistock
  • Clean up cancelled requests after processing them (#3971) by @vinistock
  • Apply lower bound ruby-lsp version constraint in composed bundle (#3985) by @st0012
  • Ensure the original CLI arguments are used when updating (#3986) by @vinistock
  • Ensure bundle is re-composed when CLI arguments change (#3987) by @vinistock

📦 Other Changes

  • Start accepting --beta flag to install beta server version (#3976) by @vinistock

vscode-ruby-lsp-v0.10.1

16 Mar 15:23
fd6b60e

Choose a tag to compare

vscode-ruby-lsp-v0.10.1

✨ Enhancements

🐛 Bug Fixes

  • Improve heredoc end detection for embedded languages (#3920) by @reese
  • Fix test runner silent failure on dual-stack IPv4/IPv6 systems (#3953) by @Copilot
  • Fix yjit RUBYOPT concatenation for Ruby 3.2 (#3968) by @vinistock

📦 Other Changes

v0.26.7

19 Feb 18:22
24edc11

Choose a tag to compare

v0.26.7

🐛 Bug Fixes

  • Skip disable line action for self-resolving cops (#3945) by @sucicfilip
  • Fix test runner silent failure on dual-stack IPv4/IPv6 systems (#3953) by @Copilot
  • Fix Bundler::GemNotFound error introduced in 0.26.5 (#3961) by @jesse-shopify
  • Fix incompatible addon version activation when Bundler.setup fails after retry (#3963) by @KaanOzkan
  • Avoid failing if needs_update file is deleted by concurrent process (#3964) by @vinistock

📦 Other Changes

v0.26.6

09 Feb 17:32
a696eb0

Choose a tag to compare

v0.26.6

🐛 Bug Fixes

  • Fix infinite loop when collecting transitive excluded gems (#3913) by @rafaelfranca
  • Don't include test files in the gem package (#3916) by @rafaelfranca
  • Add rbs to composed bundle update commands (#3938) by @modille
  • Extract GEMS_TO_UPDATE constant and fix missing prism in command path (#3939) by @st0012

📦 Other Changes

vscode-ruby-lsp-v0.10.0

27 Jan 19:24
dadc26a

Choose a tag to compare

vscode-ruby-lsp-v0.10.0

✨ Enhancements

  • Use configured shell from vscode.env.shell instead of process.env.SHELL (#3917) by @rafaelfranca

Other Changes

  • customRubyCommand setting now requires machine scope (cannot be set in workspace settings)

v0.26.5

21 Jan 19:43
7eb2eb7

Choose a tag to compare

v0.26.5

✨ Enhancements

🐛 Bug Fixes

📦 Other Changes

vscode-ruby-lsp-v0.9.33

21 Jan 15:05
e25d484

Choose a tag to compare

vscode-ruby-lsp-v0.9.33

✨ Enhancements

🐛 Bug Fixes

📦 Other Changes

v0.26.4

20 Nov 14:39
5be134e

Choose a tag to compare

v0.26.4

🐛 Bug Fixes