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

It's likely, in fact probable, that I'm not understanding this functionality but I'm looking at Git History and I select one of the commits and I click 'More' to reveal...

I'd like to delete a remote tracking branch in local repository that already been deleted remotely. When clicking on the remote tracking branch in the Git History page. The git...

- Issue Type: `Performance` - Extension Name: `githistory` - Extension Version: `0.6.14` - OS Version: `Linux x64 4.4.0-148-generic` - VSCode version: `1.52.1` :warning: Make sure to **attach** this file from...

The latest update causes the commit details view to always be visible even when no commit is selected, wasting vertical space that could be used to show more of the...

In my git workflows I almost always want to see the entire git history tree, including remote refs etc., so I always run View History and immediately select "All branches"....

When doing remote development on Windows, commit details do no pop up if I click a commit. There is a symbol indicating it's loading but it never finishes. Version: 0.6.5...

For example I have 3 files changed in a commit, (file: A , B , C) each file having 3 part of changes Says I am viewing file B, cursor...

Can the tree structure preview be set for the submission file list? Now only list preview is available, which is not good enough to distinguish in complex situations.

### [system information] VSCode version: 1.50 Extension version : 0.6.12 Operating System: Ubuntu 16.04.7 LTS ### [problem] Comparing is not working with 0.6.12 version in Linux. Git history worked when...

From `master` create new branch `git checkout -b test` Open `Git History (git log)` Switch to `master` and delete branch `test` `git checkout master` `git branch -d test` In `Git...