This repository has been archived by the owner on May 30, 2024. It is now read-only.
Releases: Shopify/vscode-ruby-lsp
Releases · Shopify/vscode-ruby-lsp
v0.4.5
What's Changed
✨ Enhancements
- Allow using absolute paths for custom bundle configuration by @vinistock in #750
- Add configuration to specify branch for server by @vinistock in #760
🐛 Bug Fixes
- Time out tests that don't finish under 30 seconds by @vinistock in #748
- Run Ruby activation in custom bundle folder if given by @vinistock in #761
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
🐛 Bug Fixes
- Make extension work on Windows by @vinistock in #712
- Add early return when shadowenv returns an empty string by @bitwise-aiden in #735
- Remove scheme from document selector by @vinistock in #745
- Run the server with bundle exec for user defined custom bundle by @vinistock in #744
🛠 Other Changes
- Add configuration instructions for rtx version manager by @Quintasan in #668
- Expand test status and output by @jenny-codes in #725
New Contributors
- @jenny-codes made their first contribution in #725
- @bitwise-aiden made their first contribution in #735
Full Changelog: v0.4.3...v0.4.4
v0.4.3
⚠️ Breaking changes
This release moves the custom bundle logic from the extension to the server and fully drops support for Ruby 2.7. If you encounter issues related to the custom bundle, please report them here.
What's Changed
🚧 Breaking Changes
- Remove custom bundle logic by @vinistock in #664
✨ Enhancements
- Expose test runner commands by @paracycle in #696
- Manually activate shadow env instead of depending on extension by @vinistock in #699
- Add selection support for show syntax tree by @vinistock in #691
🐛 Bug Fixes
- Avoid using --disable-gems by @vinistock in #710
- Avoid running bundler commands before running custom bundle logic by @vinistock in #721
- Recover from custom bundle failures by @vinistock in #731
🛠 Other Changes
- Expose more commands by @paracycle in #702
- Add stalebot for issues & pull requests by @KaanOzkan in #711
- Add stale messages by @KaanOzkan in #713
- Add information about CLA to README.me by @Quintasan in #724
New Contributors
- @KaanOzkan made their first contribution in #711
- @Quintasan made their first contribution in #724
Full Changelog: v0.3.7...v0.4.3
v0.4.2-beta
What's Changed
🚧 Breaking Changes
- Remove custom bundle logic by @vinistock in #664
✨ Enhancements
- Expose test runner commands by @paracycle in #696
- Manually activate shadow env instead of depending on extension by @vinistock in #699
- Add selection support for show syntax tree by @vinistock in #691
🐛 Bug Fixes
- Avoid using --disable-gems by @vinistock in #710
- Avoid running bundler commands before running custom bundle logic by @vinistock in #721
🛠 Other Changes
- Expose more commands by @paracycle in #702
- Add stalebot for issues & pull requests by @KaanOzkan in #711
- Add stale messages by @KaanOzkan in #713
New Contributors
- @KaanOzkan made their first contribution in #711
Full Changelog: v0.3.7...v0.4.2
v0.4.1-beta
What's Changed
✨ Enhancements
- Remove custom bundle logic from the extension. Use the custom bundle logic from the server #664
- Expose test runner commands by @paracycle in #696
- Manually activate shadow env instead of depending on extension by @vinistock in #699
- Expose more commands by @paracycle in #702
Full Changelog: v0.3.7...v0.4.1
v0.4.0-beta
- Remove custom bundle logic from the extension. Use the custom bundle logic from the server #664
Full Changelog: v0.3.7...v0.4.0
v0.3.7
What's Changed
✨ Enhancements
- Add definition config by @vinistock in #678
- Show errors when working on ruby-lsp and ruby-lsp-rails by @vinistock in #680
- Add show syntax tree request by @vinistock in #684
- Add
workbench.action.terminal.runSelectedText
command to context menu by @st0012 in #695 - Enable code lens by default by @vinistock in #669
🐛 Bug Fixes
- Find run test terminal if we lose the in-memory reference by @vinistock in #693
🛠 Other Changes
- Stop manually prefixing commands with category by @paracycle in #697
- Add 'Testing' category for extension by @paracycle in #698
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
🐛 Bug Fixes
- Fix fetching server version for configured bundle path by @vinistock in #677
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
🐛 Bug Fixes
- Prefer custom bundle when checking server version by @vinistock in #670
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
✨ Enhancements
- Send configuration telemetry by @vinistock in #649
- Send code lens telemetry by @vinistock in #650
🛠 Other Changes
- Add debugging support to the list of LSP features by @rafaelfranca in #666
Full Changelog: v0.3.3...v0.3.4