Replies: 6 comments 9 replies
-
|
Beta Was this translation helpful? Give feedback.
-
This problem starts with vscode-neovim >= 1.18.0 I'm going to submit a bug |
Beta Was this translation helpful? Give feedback.
-
@jpmorris Is this issue occurring when you execute |
Beta Was this translation helpful? Give feedback.
-
yes it is. Sorry I no longer have the issue as I played around with it (deleting and recreating profiles), but I STILL couldn't find out what is causing the problem. |
Beta Was this translation helpful? Give feedback.
-
having this issue as well |
Beta Was this translation helpful? Give feedback.
-
To get debug logs , see https://github.com/vscode-neovim/vscode-neovim?tab=readme-ov-file#troubleshooting . And click the gear icon, select "Debug", then click it again and select "Set as default". |
Beta Was this translation helpful? Give feedback.
-
How can I debug this issue: I've enabled
--clean
. I disabled all plugins but neovim. I've tried neovim 10.0 and now 9.5. 9.5 was working for a time when I completely erased my profile and started over. But the problem is back. The directory is in a Syncthing related directory running off an NFS unraid drive. I believe this MAY have to do with something unraid (or maybe syncthing) related (extended file information ) because when I save outside this directory it seems to work.Google says that this error may be related to nvim-treesitter (when it has issues opening hte file). I SHOULD have nvim-tresitter disabled when it's in vscode in the lua config (not sure if the disable is working).
Basically I would just like to know how to approach this and debug it (whether or not it's unraid related as trying to find issues with unraid/nfs direclty has not been fruitful). Iv'e enabled debugging though the debug console and it only shows the same
File exists (add ! to override)
error, and the stack is so filled with calls not essential to this issue it's not helping me. I can probably fix it by blanking out my profile again but that doesn't help me find the root problem which seems to reoccur. 'vscode-messages' output shows nothing.Is there any way to increase the verbosity (in console or
vscode-neovim messages
output) or some sort of debugging method to try and narrow down the fundamental error that is causing this?Beta Was this translation helpful? Give feedback.
All reactions