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...
Adds `repoLast` template parameter for `gitlens.remotes.urls` settings. # Description Allows to use the template parameter "repoLast" to substitute the last part of the URLs of the multicomponent repository path (for...
--- # Description # Checklist - [x] I have followed the guidelines in the Contributing document - [x] My changes follow the coding style of this project - [x] My...
# Description Changes to `compareWithHead` and `compareWithWorking`. Closes #1592. # Checklist - [x] I have followed the guidelines in the Contributing document - [x] My changes follow the coding style...
# Description - Closes #1399 - Implements feature mentioned in https://github.com/eamodio/vscode-gitlens/issues/1399. # Checklist - [x] I have followed the guidelines in the Contributing document - [x] My changes follow the...
# Description Fixes #1328 - Adds support for reading the file history for files which originate from symlinks # Checklist - [x] I have followed the guidelines in the Contributing...
* Add GitLab api-v4 support * Add Personal Token authorization for GitLab Remotes * Add IgnoreCertErrors remote config param for allowing invalid certs * Add node-fetch for non-graphql APIs ---...
When installing GitLens, if VSCode does not have a repo open, then the GitLens sidebar does not show up currently. Once you open a repo, all works as expected, but...
Currently when you create a new branch via GitLens from a remote branch, it automatically sets up tracking on the new branch. GitLens should only setup that tracking if the...
Getting Uncaught (in promise) EntryNotFound (FileSystemError) for any new, uncommited files in the workspace. (see screenshot "new file.txt" example) From the stack error traces in the console below the error...
Hey, add support to Git Flow and Git LFS.