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
Often when pressing Ctrl to perform hotkey actions, or when Ctrl is tapped independently, VSCode becomes unresponsive to keyboard or mouse input. The app doesn't freeze, since the text caret is still blinking, but it stops reacting to user input. This causes most notibly hotkeys which include the Ctrl key to fail, and makes it difficult to edit documents.
This issue is flaky, occasionally it'll reproduce many times in succession, while other times it'll work fine. Whatever condition is causing this to begin failing is unclear.
While experiencing this issue, opening the Windows Start Menu allows VSCode to continue accepting input, but tapping the Ctrl key afterwards will very often cause the issue to reproduce again.
Steps to Reproduce:
Open Visual Studio Code
Open any document
Tap the left Ctrl key
Notice VSCode ignores further keyboard or mouse input is ignored, but the text caret still blinks.
Tap the Windows key to open the Start Menu
Notice VSCode again responds to keyboard and mouse input
Repeat steps 3 onward to continue reproducing the bug
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Often when pressing Ctrl to perform hotkey actions, or when Ctrl is tapped independently, VSCode becomes unresponsive to keyboard or mouse input. The app doesn't freeze, since the text caret is still blinking, but it stops reacting to user input. This causes most notibly hotkeys which include the Ctrl key to fail, and makes it difficult to edit documents.
This issue is flaky, occasionally it'll reproduce many times in succession, while other times it'll work fine. Whatever condition is causing this to begin failing is unclear.
While experiencing this issue, opening the Windows Start Menu allows VSCode to continue accepting input, but tapping the Ctrl key afterwards will very often cause the issue to reproduce again.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: