Skip to content

Behavior change on peek tree view with Vim's navigation keys in vscode 1.58 #128452

@stevenguh

Description

@stevenguh

Does this issue occur when all extensions are disabled?: No? It is related to the keybindings contributed by an extension.

  • VS Code Version: 1.58
  • OS Version: macOS 11.4

Steps to Reproduce:

  1. Upgrade to 1.58
  2. Install VSCodeVim extension
  3. Use Go to Reference (Shift + F12)
  4. Use Vim navigation key such a j or k

EXPECTED: It focuses an tree view element up or down using the contributed keybindings from Vim
ACTUAL: It goes into highlighting mode of keyboard navigation
image

In order to use the vim navigation keys, setting workbench.list.automaticKeyboardNavigation to false can disable that behavior and revert back to a similar behavior pre 1.58.

My question is if this is an expected behavior or it is a regression?

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code Insiderstree-widgetTree widget issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions