vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git...

Results 527 vscode-gitlens issues
Sort by recently updated
recently updated
newest added

Issue Type: Bug Setting git.path to use git from a msys2 instalation ("C:/msys64/usr/bin/git.exe") causes extension to fail with the error: Error: spawn C:/msys64/usr/bin/git.exe ENOENT I have tracked the root cause...

bug
help wanted
needs-champion

Really just a minor issue, but I noticed the `U+1F6C8: CIRCLED INFORMATION SOURCE` symbol is used in the README, which is [poorly supported](https://www.unicompat.com/1F6C8?search=%F0%9F%9B%88). I propose to [use a markdown blockquote](https://github.com/kidonng/vscode-gitlens/commit/5634515ee1d2eb1566092767b7ae6cddd3de8345),...

feature
triage

### Description when git project runing on root directory, blame isn't work i try to change gitlens version and uninstall gitlens, but isn't work again system:windows10 ### GitLens Version 12.1.2...

potential-bug
triage

### Description The issue happens on both Win10 and Win11, all versions. Created virtual drives with the subst command for the project folders. Opening the Code workspace through the virtual...

needs-more-info
triage

First of all Id like to say that GitLense matured to a very impressive extensions! Thank you for keeping it free. The features Im missing are changelists, like in [IntellijJ](https://www.jetbrains.com/help/idea/managing-changelists.html#move-between-changelists)....

feature

First off, thank you for a really valuable extension for vscode 👍 A feature I'd like to see is to be able to configure the ref for the gutter highlight....

feature
triage

The option `gitlens.advanced.abbreviateShaOnCopy` allows one to truncate commit ids when copying them. Usually when I use `gitlens.copyRemoteFileUrlToClipboard`, I'm making a link to either share, or for my own reference in...

help-wanted
feature
good-first-issue

So, I searched a lot and it seems GitLens doesn't support `git reflog` command yet. I think a UI similar to **Source Control** -> **Commits** would work well. Bonus: Being...

feature

#709 removed the ability to check out a remote branch in detached head mode. A context menu entry allowing detached head checkouts would be useful to some (my) workflows.

feature
good-first-issue

- GitLens Version: v11.4.1 - Git Version: 2.17.1 - VSCode Version: 1.56.0 - OS Version: Linux Ubuntu 18.04.5 LTS Steps to Reproduce: 1. click fetch button on any branch 2....

potential-bug
needs-help