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
Describe the bug
Right after VS Code startup, executing a command that is not repeatable by . (e.g., :w, :q) and then pressing . twice causes the extension to stop responding until the window is reloaded or restarted. This was found while working on #9807.
To Reproduce
Steps to reproduce the behavior:
Launch VS Code with VSCodeVim enabled.
Execute :w (or :q — any command not repeatable by .).
Press . twice.
Observe that the extension becomes unresponsive (no key inputs recognized, etc.) until reload/restart.
Expected behavior
Pressing . after a non-repeatable command should be a no-op (or repeat the last edit if any).
The extension must not freeze or enter an invalid state.