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

### Description My repos are on the Windows file system, but WSL2 git is running slow on the path under /mnt/c, so I changed VSCode to use git from Windows...

bug
triage

### Description This is a follow-up on issue #3026. Git blame on sub-repositories now works, but only if the path through which the folder was open does not contain symbolic...

bug
triage

### Description I am using GitLens for VS Code in WSL via the WSL extension. This does not occur when using GitLens on Windows. Frequently, when I do a command...

bug
blocked: vscode
blocked

I can see the list of changed files by tree or list, for both commits and work-in-progress, but what about sorting by time, so I can see the most recent...

needs-more-info
feature
triage

Files with hardcoded `change-list__action`: - [x] Commit Details - [x] Patch Details

debt
area-commit-details

Historically, webviews have been constructed with fairly simple HTML, JavaScript, and DOM APIs. This allowed for the DOM to remain entirely open, which made it easy to use SCSS to...

under-discussion

It would be more scalable to have the scripts we already use create to generate `scss` files for Codicons and Glicons to also generate `{library}.css.ts` files that the `` web...

debt

Switch all remaining components from `@microsoft/fast-element` to `lit`: - [x] git-avatars (delete) - [x] issue-row (delete, not in use) - [x] pull-request-row (delete, not in use) - [x] minimap -...

debt
area-graph
area-visual-file-history

### Description Using Codium under Windows10 and using powershell as the shell, the message parameter for git tag does not seem to be properly escaped. I do not know if...

bug
triage

This is an experiment to use the new VS Code `QuickDiffProvider` API proposal. THIS CANNOT BE MERGED until the VS Code proposal lands.