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 312 vscode-gitlens issues
Sort by recently updated
recently updated
newest added

Issue Type: Bug When I run "Open All Changes (with difftool)" from SCM nothing happens on a repository with several clear modified files. Not sure if it this would help...

bug

Coming from https://github.com/eamodio/vscode-gitlens/issues/389#issuecomment-395540273 I would like to be able to view the diff output of many files in a single editor tab, ideally in side-by-side mode. For example, if I...

help-wanted
feature
needs-champion

- GitLens Version: v12.0.7 - Git Version: 2.25.1 - VSCode Version: 1.68.0, 4af164ea3a06f701fe3e89a2bcbb421d2026b68f, x64 - OS Version: Linux gbprod-sybase 5.4.0-1083-azure #87~18.04.1-Ubuntu SMP Fri Jun 3 13:19:07 UTC 2022 x86_64 x86_64...

potential-bug
triage

--- # Description Fixes the issue #1981 by simply allowing the view to be always enabled. At this moment, the content shown on GitLens : Home view looks great to...

# Description This change adds a `Copy Relative Path` item to the context menu and the command palette. This copies the relative path, of the active file in the editor,...

# Description Fixes #1102 as per https://github.com/gitkraken/vscode-gitlens/issues/1245#issuecomment-745796063. # Checklist - [x] I have followed the guidelines in the Contributing document - [x] My changes follow the coding style of this...

# Description When creating a branch, if the ref is remote, then passes along the --no-track option to be added to the command line, both for the branch command, or...

--- #1031 # Description As part of a common workflow with git using rebases and fixup commits to make cleaner history during work with pull requests, creating fixup commits is...

# Description https://github.com/gitkraken/vscode-gitlens/issues/1734 This PR adds an interactive alternative to all the rebase commands in GitLens, much like rebase, sometimes an interactive rebase is required, as a GUI type of...

Allows user to control the --first-parent flag when displaying file history. I explain my need for this feature in https://github.com/Axosoft/vscode-gitlens/issues/1729