microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
223 stars 10 forks source link

[BUG] Solution explorer steals focus on startup #1493

Open ascott18 opened 2 hours ago

ascott18 commented 2 hours ago

Describe the Issue

When VS code starts, after this extension loads it force-focuses the "Solution Explorer" section in the "Explorer" pane. This takes focus away from the tasks I was attempting to perform in other panes.

Steps To Reproduce

  1. Open C# project
  2. Immediately begin using the search pane to search for something
  3. As the search results are loading, the "Solution Explorer" steals focus away from the search pane, forcing me to navigate back to the search pane to view my search results.

Expected Behavior

Solution explorer never steals focus away from what I'm doing for any reason.

Environment Information

Win 10, VS Code 1.93.1, Extension 1.10.18

ascott18 commented 2 hours ago

The "auto sync" setting is not enabled image