You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing 1 space t doesn't pass the 1 count to the command t should run... 🤔 weird I haven't caught this before (do all other count commands I've used have a single key??)
The text was updated successfully, but these errors were encountered:
Mm... now I can't reproduced this problem. I think this is an issue with the specific extension the command was activating...
My working theory is that there is a race condition when VSCode is running quite slow that prevents the count from working in this edge case. But I haven't figured out how to recreate those conditions in a test that leads to the same bug yet.
haberdashPI
changed the title
Count issues with key sequences
Count issues with key sequences — Possible race condition for slow-to-run commands
Oct 24, 2024
Typing
1 space t
doesn't pass the 1 count to the command t should run... 🤔 weird I haven't caught this before (do all other count commands I've used have a single key??)The text was updated successfully, but these errors were encountered: