vscode-gitlens
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...
- 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...
- 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...
I'm typically displaying the GitLens view in the vertical side bar of my screen and shrink it pretty much:  As a consequence, I often fail to read the name...
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....
- 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...
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...
--- #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...
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)....
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...