You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The menu option is missing for three different situations:
File History is not displayed for a deleted file, in the Git history view
File history is not displayed for a modified Staged file (before it's committed to Git)
File history is not displayed for a deleted Staged file
The expected result is that the File History option should be available in all these situations, because a user may want to view the file history in these situations. Also, other Git clients will show a 'View File History' option in these situations.