-
-
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
Extension crash or hangs when failing to call nvim #3433
Comments
I am also experiencing this. It works for a few seconds after startup, then crashes and no typing is possible. Just started today. |
+1 |
|
|
With nvim 0.3.3 and vscodevim (on master), I can't repro. There's a scenario where this repros (extension gets stuck) when you have nvim misconfigured which I'll fix in a PR shortly. |
I can confirm that it was the case, my nvim path was wrong. |
I reinstalled the extension and it fixes itself |
Update to this: if your nvim is configured to run as administrator and you launch vscode as normal user, you get the same error message and behaviour. Possibly ensure that your nvim is not configured as administrator. |
Describe the bug
vscode extension crash/hangs when failing to call
nvim
. Receive aENOENT
error.Extension cannot be used anymore.
Console output:
To Reproduce
Steps to reproduce the behavior:
:W
Expected behavior
Vscode not freezing or crashing
Environment (please complete the following information):
Version: 1.30.2
Commit: 61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8
Date: 2019-01-07T22:49:48.319Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Linux x64 4.19.15-300.fc29.x86_64
The text was updated successfully, but these errors were encountered: