Skip to content

Interactive playground eats arrow keys #105935

@jrieken

Description

@jrieken

Wasn't able to reproduce but it went like this

  • had the welcome page showing
  • went into a TS file
  • trigger peek references, up/down arrows don't work to navigate in tree
  • enable trace log and see this KeybindingService#dispatch ↓ workbench.action.interactivePlayground.arrowDown

So, there must be something wrong with its context key definition but I can't say how it happened...

[2020-09-02 12:58:13.865] [renderer3] [trace] CommandService#executeCommand workbench.action.interactivePlayground.arrowUp
[2020-09-02 12:58:13.865] [renderer3] [trace] telemetry/workbenchActionExecuted {"id":"workbench.action.interactivePlayground.arrowUp","from":"keybinding"}
[2020-09-02 12:58:15.778] [renderer3] [trace] KeybindingService#dispatch ↓ workbench.action.interactivePlayground.arrowDown
[2020-09-02 12:58:15.778] [renderer3] [trace] CommandService#executeCommand workbench.action.interactivePlayground.arrowDown
[2020-09-02 12:58:15.778] [renderer3] [trace] telemetry/workbenchActionExecuted {"id":"workbench.action.interactivePlayground.arrowDown","from":"keybinding"}

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginteractive-playground

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions