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

Failed to handle key <D-d>: Cannot read property 'selections' of undefined #7422

Closed
SinazoBogicevic opened this issue Jan 24, 2022 · 1 comment

Comments

@SinazoBogicevic
Copy link

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

VSCodeVim version: 1.21.10

Stack trace
TypeError: Failed to handle key `<D-d>`: Cannot read property 'selections' of undefined
    at getCursorsAfterSync (/Users/mac/.vscode/extensions/vscodevim.vim-1.21.10/src/util/util.ts:12:42)
    at Qt.exec (/Users/mac/.vscode/extensions/vscodevim.vim-1.21.10/src/actions/commands/actions.ts:3012:24)
    at runMicrotasks (<anonymous>)
    at process.i (internal/process/task_queues.js:93:5)
    at Qt.execCount (/Users/mac/.vscode/extensions/vscodevim.vim-1.21.10/src/actions/base.ts:199:42)
    at j.actionToRecord [as runAction] (/Users/mac/.vscode/extensions/vscodevim.vim-1.21.10/src/mode/modeHandler.ts:713:47)
    at j.handledAsAction [as handleKeyAsAnAction] (/Users/mac/.vscode/extensions/vscodevim.vim-1.21.10/src/mode/modeHandler.ts:662:43)
    at j.mh [as handleKeyEvent] (/Users/mac/.vscode/extensions/vscodevim.vim-1.21.10/src/mode/modeHandler.ts:477:11)
    at r (/Users/mac/.vscode/extensions/vscodevim.vim-1.21.10/extensionBase.ts:501:15)
@J-Fields
Copy link
Member

J-Fields commented Mar 9, 2022

Duplicate of #6139

@J-Fields J-Fields marked this as a duplicate of #6139 Mar 9, 2022
@J-Fields J-Fields closed this as completed Mar 9, 2022
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

2 participants