-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginteractive-playground
Milestone
Description
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 bugIssue identified by VS Code Team member as probable buginteractive-playground