-
-
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
Insert mode keystrokes are sometimes dropped since 1.26.0 #8603
Comments
This is incredibly frustrating. Please fix this. pqrs-org/Karabiner-Elements#3595 Hitting the issue above, I can't automate keypresses with latest version of extension on. Downgrading to 1.25.2 does indeed solve this. |
Same issue. Really frustrating as it drops key presses quite frequently. Note I don't use co-pilot, so it is not specifically due to interaction with that extension, though it does occur particularly when Intellisense is popping up suggestions. Downgraded to 1.25.2 as well to avoid the issue. |
I want to say that I, too, am experiencing this issue. While it is frustrating, I completely understand that you are all doing the best that you can to make this incredibly awesome tool for the community and doing it in your free time. Thank you all for the work that you do! |
Please fix this, when you type fast it drops like 30% of the characters, it's really frustrating. |
Update: This doesn't really fix the issue. It probably wouldn't be an ideal solution, but as a workaround have you tried enabling the experimental VS Code affinity setting for this extension? It allows the extension to run in a dedicated host process, and may have solved or at least mitigated the problem for me. In "extensions.experimental.affinity": {
"vscodevim.vim": 1
} Instructions here to confirm the setting is enabled. |
It looks like the issue is from 50bc4fe. I'm not familiar with the code at all, but I set up a macro on my keyboard to rapidly output the string I hope this is helpful, I attached a couple screencasts of bad and good behavior. vscodevimbad.movvscodevimgood.mov |
I can attest to this as well. I work on a Macbook Pro 2017 that is getting slow and before 1.26 I never had that problem but with 1.26 not only some characters will be missing, but it will add repeats and will mess up the order of the characters that I typed, it makes the extension completely unusable for me but using 1.25.2 solves everything for me. |
I had raised this separately as #8611 but I'm pretty sure this is the same issue so I'm just gonna drop the key details in as a comment. When in insert mode, keystrokes following dual function keys (eg. https://github.com/qmk/qmk_firmware/blob/master/docs/tap_hold.md) are not being registered. I use an ergodox EZ with home row modifier keys: holding
Rolling back vscodevim to version 1.25.2 resolves the issue. |
Can we please at least rollback this version, until the fix is deployed? I have had this issue for close to 2 weeks, and all this while, I thought Create React App is causing VS Code to slow down 😃 There might be many more users with the same idea as me, still stuck on the latest version. |
I'm also having this issue, reverted to previous as mentioned in here fixes it. |
I can attest to this. This is extremely frustrating. |
I'm also having this same problem. I'm seeing the issue just like @cTurnerEnvAU is on my zsa keyboard. |
Is this fix live? I see 1.26.1 in the changelog as being live since 25 September, but there's no git tag and I can't install it. |
Describe the bug
In the latest release version of vscode vim, when I type in insert mode, about 50% of the time one or more of the characters I input will be missing. The problem is worse when there are heavy auto-complete or github copilot completions. Reverting to 1.25.2 solves this issue.
To Reproduce
Expected behavior
The typed string should always be "asdfghjk".
Environment:
The text was updated successfully, but these errors were encountered: