Skip to content

Releases: Shopify/ruby-lsp

v0.18.3

24 Sep 14:16
0ef3713
Compare
Choose a tag to compare

v0.18.3

🐛 Bug Fixes

  • Only require RuboCop diagnostic inside the formatter (#2610) by @vinistock

📦 Other Changes

v0.18.2

23 Sep 19:51
dd57908
Compare
Choose a tag to compare

v0.18.2

✨ Enhancements

🐛 Bug Fixes

📦 Other Changes

vscode-ruby-lsp-v0.8.1

23 Sep 15:16
e079f05
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.8.1

🐛 Bug Fixes

v0.18.1

20 Sep 18:12
db50fc3
Compare
Choose a tag to compare

v0.18.1

🐛 Bug Fixes

v0.18.0

19 Sep 15:16
dc505c0
Compare
Choose a tag to compare

v0.18.0

🚧 Breaking Changes

✨ Enhancements

🐛 Bug Fixes

📦 Other Changes

vscode-ruby-lsp-v0.8.0

19 Sep 15:16
dc505c0
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.8.0

✨ Enhancements

🐛 Bug Fixes

vscode-ruby-lsp-v0.7.20

13 Sep 14:28
c142481
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.20

📦 Other Changes

vscode-ruby-lsp-v0.7.19

05 Sep 14:19
9e03d14
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.19

📦 Other Changes

v0.17.17

29 Aug 22:01
4637354
Compare
Choose a tag to compare

v0.17.17

✨ Enhancements

🐛 Bug Fixes

  • Protect method resolution from circular aliases (#2499) by @vinistock
  • Return semantic tokens for local vars shadowed by parameters (#2509) by @vinistock
  • Fix Ruby LSP formatting range to comply with LSP specification (#2438) by @vitallium

📦 Other Changes

  • Raise AddonNotFoundError exception when the addon is not found (#2507) by @andyw8
  • Upgrade Prism requirement to v1 (#2508) by @vinistock

vscode-ruby-lsp-v0.7.18

29 Aug 14:37
2d81704
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.7.18

✨ Enhancements

🐛 Bug Fixes

  • fix(grammar): Fix syntax highlighting for Kernel.` method in Ruby grammar (#2493) by @Sean0628
  • Always run Ruby activation using cmd for RubyInstaller (#2489) by @vinistock