-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team membersearchSearch widget and operation issuesSearch widget and operation issues
Milestone
Description
Selecting a search result will reveal an existing editor in an unfocused group even when workbench.editor.revealIfOpen is set to false.
Steps to Repro
- Set
workbench.editor.revealIfOpento false - Open two editor groups
- Focus an editor in one of the groups
- Perform a search that will find results in the unfocused group (note that focus state is maintained while searching. The editor title color reflects this and
workbench.action.focusActiveEditorGroupwill focus the correct group). - Select the result
- Notice it focuses the unfocused group instead of opening a new editor in the focused group
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team membersearchSearch widget and operation issuesSearch widget and operation issues