Skip to content

Commit

Permalink
change to ShowNoActivate
Browse files Browse the repository at this point in the history
  • Loading branch information
elchnanarbiv committed Dec 23, 2024
1 parent 7579569 commit ae2b653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void Execute(object sender, EventArgs e)
}
// Explicitly show the window
var frame = (IVsWindowFrame)window.Frame;
Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(frame.Show());
Microsoft.VisualStudio.ErrorHandler.ThrowOnFailure(frame.ShowNoActivate());
}
catch (Exception ex)
{
Expand Down

0 comments on commit ae2b653

Please sign in to comment.