Switch block style refactoring needs improvement #2968
Labels
bug
Something isn't working
help-wanted
Extra attention is needed
pinned
This issue or pull request is pinned and won't be marked as stale
Description
Ruby LSP Information
VS Code Version
1.95.3
Ruby LSP Extension Version
0.8.16
Ruby LSP Server Version
0.22.1
Ruby LSP Addons
Ruby Version
3.3.6
Ruby Version Manager
none
Installed Extensions
Click to expand
Ruby LSP Settings
Click to expand
Workspace
User
Reproduction steps
do ... end
pairs to be turned into{ ... }
ones. Instead, we get this:LSP reports no errors; thus, I assume the support for this operation needs improvements.
I was let know of the code for this operation to be here:
ruby-lsp/lib/ruby_lsp/requests/code_action_resolve.rb
Lines 305 to 332 in bbc1ccb
The text was updated successfully, but these errors were encountered: