Skip to content
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

Illegal Value for Line using any input mode while WallabyJs || Quokka is running #3459

Closed
kpruehss opened this issue Feb 6, 2019 · 5 comments
Labels

Comments

@kpruehss
Copy link

kpruehss commented Feb 6, 2019

With the Vim extension active, starting either Quokka or WallabyJS extensions causes the following issue:
Approximately one second after entering input mode in any way, an error status will display

TaskQueue: Error running task. Failed to handle key= . Illegal value for 'ine'.

with the value of key= being whichever key was last pressed. Dismissing the error drops Vim back into command mode, but any motion commands will send cursor to either top or bottom of page, with vim becoming entirely unresponsive afterwards. Only restarting vscode appears to resolve the issue.

Possibly similar to issue #3441
This is new with version 1.0.7
Issue disappears when reverting to version 1.0.6

@justinpincar
Copy link

This is driving me nuts too - I've had to turn off Wallaby or VIM extension and it's been a big hit to my productivity. I noticed it only happens on the build though, so I would wonder if it's similar to #3462.

@kpruehss
Copy link
Author

kpruehss commented Feb 6, 2019

@justinpincar You can downgrade to version 1.0.6 of the vim extension and use wallaby again. Not ideal perhaps, but its better than not having vim imho.

@jpoon
Copy link
Member

jpoon commented Feb 7, 2019

I can't repro this at all... I followed http://dm.gl/2015/11/26/wallaby-for-visual-studio-code/ to setup a test project and started wallaby. Don't see any errors with vim.

Or, if there are no negative side-effects with vim, you can press that "Suppress Notification" button.

@justinpincar
Copy link

@kpruehss Need more coffee... can't believe I didn't think of that. Ty.

@jpoon I tried for a while to consistently reproduce this but couldn't figure out what triggers it. However, once it does happen, it stays broken until VSCode is reloaded. One other tidbit - the cursor jumping definitely corresponds with Wallaby's builds and/or test runs, and it seems to happen right when they finish the run and output the results.

So e.g. I'll be coding somewhere in the middle of the file when Wallaby decides I've paused for long enough to run the tests, I keep typing, and as soon as the Wallaby output shows up it almost seems like my keystrokes are reset and the cursor jumps to the top of the page, usually mangling a few lines where I was as well as the first few lines in the file.

If I can get any more useful info I'll add it to the thread, but I'll prob just keep things downgraded for now.

@jpoon
Copy link
Member

jpoon commented Feb 7, 2019

Wallaby's builds and/or test runs, and it seems to happen right when they finish the run and output the results.

Ah, that sounds like #3444 which I will have a fix for momentarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants