-
Notifications
You must be signed in to change notification settings - Fork 120
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
Jumping cursor with Auto Save: afterDelay #408
Comments
Checked EditorConfig-0.17.1, the issue is fixed |
Thank you. Are you sure it is enough to set autosave to afterDelay and start typing to reproduce the issue? |
No matter what save mode, my mouse cursor will jump around by itself. |
I also have the same issue, I was and to find cause by running extension bisect It's really hard to prove that issue was no longer occurring as it's fairly random and you have to type in very specific peace for it to manifest. My way was to type the same sentence over and over again starting from as fast I could type and each time slowing down very slightly I believe that some heavy extensions (like rust analyser in large project) increased window for this race condition to manifest I hope this helps |
https://github.com/user-attachments/assets/f230b97b-281c-43b1-8565-9a5771b6b1ac |
Can confirm I'm using rust-analyzer which kills my pc |
proper fix requires microsoft/vscode#241075 to be resolved see #410 (comment) |
Its fixed by now i guess, as this was merged right? |
not yet, the newline-command branch hasn't been merged into main because the vscode update hasn't been released yet |
Only enabled: editorconfig.editorconfig 0.17.0
VSCode info:
How to reproduce:
I thought this is my keyboard problem, but this problem occurs only when editorconfig is enabled
The text was updated successfully, but these errors were encountered: