VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.52k stars 1.3k forks source link

Can't enter NORMAL mode with logfile highligther extension enabled #9081

Closed VictorPerezForm3 closed 1 week ago

VictorPerezForm3 commented 2 weeks ago

Describe the bug

Note this bug seems to be on the logfile-highlighter extension, BUT I would expect people to search here first because this is the affected extension

With both extension enabled you are stuck in insert mode, it seems to capture the ESC key

To Reproduce Steps to reproduce the behavior:

Install vim entesnion Install Log FIle Highlighter Open any file You're stuck at INSERT mode

Expected behavior

When you press ESC, it should leave insert mode

Screenshots If applicable, add screenshots to help explain your problem. If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

rquid commented 2 weeks ago

I updated LogFileHiglighter and it looks like it's already been fixed.

J-Fields commented 1 week ago

Indeed, this was caused by a LogFileHighlighter change which has been fixed.