Replies: 1 comment
-
|
Duplicate of #303 This is a neovim bug |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a strange problem I cannot figure out why.
I have the following code:
I select the for loop and bring up Lsp code actions and select "Extract into function" the generated function looks like this:
I cannot figure out where those \ come from. My rust-anaylzer version is:
❯ rust-analyzer --version
rust-analyzer 1.77.1 (7cf61eb 2024-03-27)
I am using LazyVim with Rust language extras enabled.
I have the same setup on my Windows machine and it's working as expected. Any ideas? Looks like a WSL specific issue but I cannot figure out why, any helps appreciated.
Beta Was this translation helpful? Give feedback.
All reactions