gitHistoryVSCode icon indicating copy to clipboard operation
gitHistoryVSCode copied to clipboard

Git History for Visual Studio Code

Results 100 gitHistoryVSCode issues
Sort by recently updated
recently updated
newest added

**Describe the Bug** This extension worked fine for a few month in my Win 10 / WSL2 install. For some weeks now, the "All Branches" view shows stale information. -...

For example I have a commit that was included in the most recent tag, when I search or view that commit in the git history, it doesn't show that it's...

I created a repository and created a folder in my laptop. Then I did the link from VS.Code using Git to Github. I decided to change the location of the...

Hi, thanks for this nice extension, it's very useful. An issue I have is that every time I open a file to check it out, it gets registered in the...

**Describe the Bug** This button is shown for *any* SCM, not only Git. **Suggested Solution** Please add `scmProvider == git` to the `when` clause in package.json. (that's also what the...

### Describe the Bug The date format used to display Git commit dates in the File History tab is shown as something like "5/11/2023". This is a very confusing and...

In the README: ``` Compare: Compare branches Compare commits Compare files across commits ``` But how do I compare two branches? Thank you.

This addresses #123 . With this modification, a file which is either new or selected can be viewed per request. A pop up shows up explainig the situation as the...

When you right click a commit, the Cut, Copy, Paste option show up. They do not seem to do anything. I think it would make sense to open the same...

steps to repro: 0) have a file open which is in a revision 1) `CMD SHIFR P` 2) hit `View File History` 3) error appears: > Error loading webview: Error:...