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
Pressing ctrl+a while in insert mode causes the error TaskQueue: Error running task. Failed to handle key=<C-a>. Cannot read property 'slice' of undefined. to occur, and does not select all text in the editor.
To Reproduce
Switch to insert mode
Press ctrl+a
Error occurs
Expected behavior Ctrl+a should select all text in the editor.
Environment (please complete the following information):
Extension (VsCodeVim) version: 1.14.2
VSCode version: 1.45.0
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Describe the bug
Pressing
ctrl+a
while in insert mode causes the errorTaskQueue: Error running task. Failed to handle key=<C-a>. Cannot read property 'slice' of undefined.
to occur, and does not select all text in the editor.To Reproduce
ctrl+a
Expected behavior
Ctrl+a
should select all text in the editor.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: