8000 Releases · Shopify/ruby-lsp · GitHub
[go: up one dir, main page]

Skip to content

Releases: Shopify/ruby-lsp

v0.26.1

23 Jul 14:35
fca9e21
Compare
Choose a tag to compare

v0.26.1

🐛 Bug Fixes

  • Avoid keeping empty arrays inside constant completion candidates (#3680) by @vinistock

📦 Other Changes

vscode-ruby-lsp-v0.9.31

23 Jul 15:11
af955d8
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.9.31

📦 Other Changes

v0.26.0

18 Jul 17:57
3e3dab0
Compare
Choose a tag to compare

v0.26.0

🚧 Breaking Changes

🐛 Bug Fixes

  • Avoid writing error file if client is closed during bundle compose (#3649) by @vinistock
  • Prevent workspace dependencies from failing if there's no bundle (#3655) by @vinistock
  • Prevent relative require completion for unsaved files (#3656) by @vinistock
  • Filter constant completion suggestions to only include constants (#3654) by @vinistock
  • Avoid requiring add-ons that are copied into the workspace (#3669) by @vinistock
  • Stop reusing the Prism result for RuboCop for now (#3672) by @vinistock

📦 Other Changes

vscode-ruby-lsp-v0.9.30

15 Jul 20:31
0d599e6
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.9.30

🚧 Breaking Changes

vscode-ruby-lsp-v0.9.29

09 Jul 18:40
0d3b50c
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.9.29

✨ Enhancements

🐛 Bug Fixes

  • Show message when trying to run a test that hasn't been discovered (#3631) by @vinistock

📦 Other Changes

  • Collect add-ons versions for issue reporting (#3611) by @snutij

v0.25.0

08 Jul 13:57
62cef9e
Compare
Choose a tag to compare

v0.25.0

🚧 Breaking Changes

✨ Enhancements

📦 Other Changes

v0.24.2

19 Jun 13:52
5c371ed
Compare
Choose a tag to compare

v0.24.2

✨ Enhancements

🐛 Bug Fixes

  • Fix minitest reporter crash with parallel testing (#3602) by @alexcrocha
  • Advance scanner position by byte length while searching for line (#3612) by @vinistock
  • Avoid loading incorrect add-on versions when bundle path is inside project (#3620) by @vinistock
  • Prevent add-ons from exiting the server process (#3617) by @vinistock

vscode-ruby-lsp-v0.9.28

11 Jun 21:53
954137c
Compare
Choose a tag to compare

vscode-ruby-lsp-v0.9.28

✨ Enhancements

📦 Other Changes

v0.24.1

06 Jun 22:38
4538672
Compare
Choose a tag to compare

v0.24.1

🐛 Bug Fixes

  • Update collect_references to use Prism::LexResult (#3590) by @st0012

v0.24.0

06 Jun 18:15
5a9ff93
Compare
Choose a tag to compare

v0.24.0

🚧 Breaking Changes

  • Use parse_lex instead of parse for Ruby and ERB documents (#3252) by @vinistock
  • Register all test discovery listener events in one go (#3582) by @vinistock

🐛 Bug Fixes

0