Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Releases: Shopify/vscode-ruby-lsp

v0.3.3

27 Jun 15:07
61bd7da
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Jun 18:25
69f31e0
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🛠 Other Changes

  • Add devcontainer configuration by @rafaelfranca in #632
  • Use testItem kind to determine if running single test or test file by @andyw8 in #639

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

04 May 14:44
8c2afe8
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

Full Changelog: v0.3.0...v0.3.1

v0.3.0

02 May 14:46
f73dcc8
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🛠 Other Changes

  • doc(readme): use bug template on troubleshooting section by @snutij in #574

New Contributors

Full Changelog: v0.2.5...v0.3.0

v0.2.5

25 Apr 13:42
0820284
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

06 Apr 14:56
e1300a6
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

28 Mar 18:27
fe9ea9d
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Use path.basename instead of endsWith to check project folders by @vinistock in #480
  • Update server status when the server is running by @vinistock in #490
  • Remove bundle migration message by @vinistock in #499

🛠 Other Changes

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Mar 17:35
dbe6998
Compare
Choose a tag to compare

What's Changed

⚠️ BREAKING CHANGES

With this release, the ruby-lsp gem no longer needs to be a part of the bundle. Please follow the migration instructions.

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: v0.1.4...v0.2.2

v0.2.1-beta

17 Mar 13:12
39a059c
Compare
Choose a tag to compare
v0.2.1-beta Pre-release
Pre-release

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: v0.2.0-beta...v0.2.1-beta

v0.2.0-beta

08 Mar 16:00
2bae2af
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release

What's Changed

With this release, the Ruby LSP no longer needs to be a part of the bundle. Please refer to https://github.com/Shopify/vscode-ruby-lsp#migrating-from-bundle for instructions on how to migrate.

✨ Enhancements

  • Run the Ruby LSP from a generated custom Gemfile by @vinistock in #419
  • Allow selecting version manager next to Ruby version by @vinistock in #422

🛠 Other Changes

Full Changelog: v0.1.4...v0.2.0-beta