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

- GitLens Version: `v11.4.1` - Git Version: `git version 2.31.1` - VSCode Version: ``` 1.55.2 3c4e3df9e89829dce27b7b5c24508306b151f30d x64 ``` - OS Version: `Linux hsz-pc 5.4.114-1-MANJARO #1 SMP PREEMPT Wed Apr 21...

potential-bug
needs-help

- GitLens Version: v12.1.1 - Git Version: 2.36.1 - VSCode Version: Codium 1.68.1 - OS Version: Arch Linux **Steps to Reproduce:** 1. Use the [xonsh shell](https://github.com/xonsh/xonsh). 2. Start an interactive...

potential-bug
triage

I'm typically displaying the GitLens view in the vertical side bar of my screen and shrink it pretty much: ![image](https://user-images.githubusercontent.com/38782922/175034216-073ad731-0c9b-42f5-84c2-a0f0d354dbb7.png) As a consequence, I often fail to read the name...

feature
triage

There is this new feature in [git 2.36](https://github.blog/2022-04-18-highlights-from-git-2-36/) named "--remerge-diff" which is great to review the merge conflict resolution in particular to have only the difference with the default merge....

feature
triage

- GitLens Version: v12.1.1 - Git Version: git version 2.36.1.windows.1 - VSCode Version: 1.68.1, 30d9c6cd9483b2cc586687151bcbcd635f373630, x64 - OS Version: Windows 10, 64bit, 21H2 Steps to Reproduce: 1. Create a folder...

potential-bug
triage

In issue #556 it was suggested to add a feature that allows users to interactively delete local branches that are tracking pruned or would-be-pruned remote branches. This would help clean...

help-wanted
feature
needs-champion

--- #1606 # Description Change all occurrence of the capitallized "Url" to "URL" to match with the [Visual Studio Code Language Packs](https://github.com/microsoft/vscode-loc). # Checklist - [x] I have followed the...

Open For some internal code repositories, you can define a request to get the name and avatar corresponding to the email, and even rewrite the mailto method to evoke the...

feature
triage

Currently the `gitlens.autolink` setting is scoped to the "window", and we should look at changing it to be "resource", so that autolinks can be configured independently for each folder (repo)....

feature
area-autolinks

There is an api for this, so we can augment GitLens autolinks by mixing them with GitHub's. https://github.blog/changelog/2021-08-02-apis-for-autolinks/ This will likely need a setting to control, but I would suggest...

feature
area-autolinks