vscode-ruby-lsp-v0.8.17
✨ Enhancements
- Provide additional debugging help when the debugger exits with an error (#2961) by @st0012
- VSCode extension checks multiple install locations for
mise
binary (#2943) by @adam12 - Add a new command to help users migrate launch.json configurations (#2450) by @st0012
- Add Show Output Channel command for VSCode extension (#2986) by @timkooi-jobber
🐛 Bug Fixes
- Fix: Block parameters prefixed with underscore are incorrectly highlighted (#2972) by @willyamacaroni
- Fix word boundary regexes in Ruby grammar (#2984) by @vinistock