You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some things that are valid in erb would not be valid in a standalone ruby file.
This particularly impacts `yield`.
Instead treat the provided code as being evaled
ClosesShopify#2442
Some things that are valid in erb would not be valid in a standalone ruby file.
This particularly impacts `yield`.
Instead treat the provided code as being evaled
ClosesShopify#2442
Description
On Neovim v0.10.1 going through lspconfig/mason with ruby-lsp v0.17.13
Reproduction steps
given
I am seeing "Invalid yield" on both variants
Love the work you are doing, and appreciate how well things work at this point in erb :)
The text was updated successfully, but these errors were encountered: