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

Ctrl-d at end of file shows error #3358

Closed
octref opened this issue Jan 11, 2019 · 6 comments
Closed

Ctrl-d at end of file shows error #3358

octref opened this issue Jan 11, 2019 · 6 comments

Comments

@octref
Copy link
Contributor

octref commented Jan 11, 2019

Describe the bug
A clear and concise description of what the bug is.

Press down C-d at end of file.

Shows error:

ModeHandler: error handling key=. err=Error: Illegal value for line.

image

/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:287 [Extension Host] error: ModeHandler: error handling key=<C-d>. err=Error: Illegal value for `line`. (at ConsoleForElectron.log (/Users/pine/.vscode-insiders/extensions/vscodevim.vim-1.0.1/node_modules/winston-console-for-electron/dist/index.js:22:21))
t.log @ /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:287
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:287 [Extension Host] TaskQueue: error running task. err=Error: Illegal value for `line`. (at TaskQueue.<anonymous> (/Users/pine/.vscode-insiders/extensions/vscodevim.vim-1.0.1/out/src/taskQueue.js:36:29))
t.log @ /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:287
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2511 ModeHandler: error handling key=<C-d>. err=Error: Illegal value for `line`.
t.onDidNotificationChange @ /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2511

To Reproduce
Steps to reproduce the behavior:

Press down C-d at end of file.

Expected behavior
A clear and concise description of what you expected to happen.

No errors.

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):

  • Extension (VsCodeVim) version: 1.0.1
  • VSCode version: 1.30
  • OS: macOS 10.13

Additional context
Add any other context about the problem here.

@xconverge
Copy link
Member

This was fixed on master in #3347

@octref
Copy link
Contributor Author

octref commented Jan 14, 2019

Sorry for the duplicate and thanks for the quick fix! Would love to get a release as this bugs me a lot.

@igorilic
Copy link

igorilic commented Feb 2, 2019

It's still happening for me when I am trying to write something in quokka TS file.

image

@jpoon
Copy link
Member

jpoon commented Feb 2, 2019

should be fixed (again) with #3442

@igorilic
Copy link

igorilic commented Feb 3, 2019

Now it's failing when I press any key in insert mode :( It's happening only when I try to code in Quokka (JS or TS) window

image

@code4ghana
Copy link

Happening for java too. Every keystroke fails

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

No branches or pull requests

5 participants