vscode-ruby-lsp-v0.8.14
✨ Enhancements
- Allow configuring rbenv executable path (#2875) by @aurelien-reeves-scalingo
- Display output channel when addons are clicked (#2850) by @st0012
🐛 Bug Fixes
- Prevent Shadowenv from mutating BUNDLE_GEMFILE (#2874) by @vinistock
- Eagerly compute SHA's for watched files (#2861) by @vinistock
- Merge composed bundle environment into Ruby object (#2881) by @vinistock
- Fix enabled feature flags object composition (#2899) by @vinistock
- Limit supported client schemes to file and git (#2889) by @vinistock
- Make
enabled_feature?
return true when all flags are enabled (#2900) by @vinistock
📦 Other Changes
- Remove experimental features from extension and migrate old settings (#2830) by @vinistock
- Show multi-root workspace warning as progress instead (#2879) by @vinistock
- Only include workspace name as part of telemetry (#2883) by @vinistock
- Allow individual version managers to trigger manual Ruby selection (#2835) by @vinistock
- Fallback to latest known Ruby if no .ruby-version is found (#2836) by @vinistock