-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsearchSearch widget and operation issuesSearch widget and operation issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: Code - Insiders 1.12.0-insider (d1b315f, 2017-04-13T06:05:22.216Z)
- OS Version: Darwin x64 16.5.0
FYI I have "workbench.editor.revealIfOpen": true set
Steps to Reproduce:
- Open the search viewlet and search for something with results
- Close all editors or make sure the editor that will open isn't already open
- Click on a result -- 👍 it will open the file in a preview tab in the column of the active editor
- Open the search viewlet and search for something with results
- Make sure the editor that will open is already open, but the active editor is in another column
- Click on a result -- 🐛 it will switch to the opened editor tab, but won't focus it -- the original active editor will still be active and focused
- Open the search viewlet and search for something with results
- Close all editors or make sure the editor that will open isn't already open
- Double click on a result -- 🐛 it will open the editor in a preview tab, next to the active one, but then will open another preview tab in the column to the right of the active one -- so you end up with 2 preview tabs for the file. This will keep going if you keep double-clicking until the 3 columns all have the file opened in them. And they are all preview tabs
A single click used to activate/focus the editor if it was already open or open a preview tab if not. While a double click used to both activate/focus and pin the editor if it was already open or open a pinned tab if not.
My guess is it has to do with the changes in this commit a079ef1
/cc @sandy081
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 bugsearchSearch widget and operation issuesSearch widget and operation issuesverifiedVerification succeededVerification succeeded