-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacing with Neovim 0.3.2 enabled fails and require a VSCode restart #3323
Comments
What does the debug console say? With the next version we'll be displaying errors as info boxes so it'll be more apparent I'd there is a setup error. |
@jpoon would that be the console in Help > Toggle Developer Tools? If so, nothing appears in that console. In the process explorer, I can see the |
You need to turn on debug logging. Its off by default. On my phone but it's something like vim.debug.logging |
I don't see anything not normal. I changed the setting
The last one is a linebreak. Could it be that nvim never replies and it's a blocking call? Let me know if there is anything else I can check to help, until then I'll work with neovim 0.3.1 |
I can reproduce this after I upgrade for 0.3.1 to 0.3.3 |
I think we need to upgrade to https://github.com/neovim/node-client |
Describe the bug
Replacing with Neovim enabled changes indentation (changed from 4 spaces to tabs in my case) and makes vim unresponsive, requiring to restart VSCode. Also, the ex command stays in the status bar as if it wasn't executed.
To Reproduce
Steps to reproduce the behavior:
:s/potato/carrot/g
Expected behavior
The text is successfully replaced with no other side effects.
Environment (please complete the following information):
Additional context
It only started happening after I updated to the latest version of Neovim (0.3.2) so it may be related to #3290. Does not happen on Neovim 0.3.1
The text was updated successfully, but these errors were encountered: