-
-
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
ModeHandler: error handling key=<C-a>, err=TypeError: Cannot read property 'match' of undefined #3332
Comments
To provide context on why you are now seeing this error, is that with v1.0.0, we've decided to show vim extension errors as these alerts so that it would be easier for users to identify errors when vscodevim is misconfigured (ie. remappings, neovim) or when things are not working as expected. We've always logged it to the console, but this wasn't very discoverable. The related configurations are below if you would like to go back to the old behaviour of living in bliss/ignorance of these errors 😅 :
Now, in terms of this particular error, what were the series of keypresses that you did to generate this error? |
I don't know what keypresses I used, noticed the error after a while. If this happen again, I'll update. |
I can repro this if I am at the end of the document! |
Describe the bug
The following error popup.
To Reproduce
It's not clear to what file it relates to.
Expected behavior
No error.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: