Skip to content

Quick outline: can no longer cycle through results from top to bottom backwards #37835

Closed
@bpasero

Description

Steps to Reproduce:

  1. open quick outline on a TS file
  2. type a single character (e.g. the overall input is @e)
  3. using the Up key, make sure you are focused on the first element
  4. Up once again

=> you are not put to the last element

If you try the same while you just have @ as input it seems to work just fine.

Debugging this I think I am doing the right thing in quickOpenWidget where I eventually call focusLast. However, the focused element after this call seems to be null.

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugtree-widgetTree widget issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions