DonJayamanne / gitHistoryVSCode

Git History for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
MIT License
963 stars 155 forks source link

Cannot see first commit when commit details are open #583

Open MansurAliKoroglu opened 4 years ago

MansurAliKoroglu commented 4 years ago

VSCode version: 1.49.1 Extension version : 0.6.9 Operating System: Win10 64bit

Steps:

Git: View History command Click on a commit to open details Scroll the very bottom of git history page See the details blocking the view of first a few commit

image

ole1986 commented 4 years ago

Well this is more a design issue I would say. Since the "Commit Details" view is an overlay of the list view.

@DonJayamanne do you think this needs to be changed?

MansurAliKoroglu commented 4 years ago

Yes it's not that important but so far it was very inconvenient for me. You can just postpone it to implement a solution in a free time.