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...
### 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...
### 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...
### 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...
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...
Files with hardcoded `change-list__action`: - [x] Commit Details - [x] Patch 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...
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...
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 -...
### 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...
This is an experiment to use the new VS Code `QuickDiffProvider` API proposal. THIS CANNOT BE MERGED until the VS Code proposal lands.