vscode: Breadcrumb selection is broken

  • VSCode Version: 1.27.1
  • OS Version: Linux x64

Steps to Reproduce

  1. Focus on the breadcrumbs menu
  2. Use the up/down arrow keys to select any item in the list
  3. Press the Enter key

Expected result

Upon pressing the Enter key, the breadcrumbs menu should close and the editor should jump to the selected item.

Actual result

Upon pressing the Enter key, the breadcrumbs menu stays open and the selection jumps back to the initial item (i.e. the one that is already highlighted at the time the menu is opened).

Additional info

Does this issue occur when all extensions are disabled?: Yes The bug is also present on 1.27.1-insider (commit 5944e81f3).

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 5
  • Comments: 19 (10 by maintainers)

Commits related to this issue

Most upvoted comments

Tested on latest insiders, works great! Thanks for the quick fix!