Constantine Ketskalo
Constantine Ketskalo

Reputation: 631

How to make visual studio always view commit details in a new tab in git changes?

It opens commit details in a small window inside git history and it's very inconvenient, because it's too small to see anything. Clicking "open in a new tab" every time is annoying. Is there a way to make visual studio always open it in a new tab?

Upvotes: 10

Views: 1424

Answers (1)

Chad B
Chad B

Reputation: 1506

There is currently no way to open Commit Details straight to a new tab. This is feedback that we've heard a few times since we built the Git Repository window and embedded the commit details, so it is on our radar to improve the window handling in a future update.

Upvotes: 5

Related Questions