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 I have config like this: ```json "gitlens.autolinks": [ { "prefix": "!", "url": "https://git.my-company.com/project/merge_requests/", "title": "Merge Request !" }, { "prefix": "#", "url": "https://git.my-company.com/project/issues/", "title": "Issue #" }, ]...
### Description Environment: - MacBook Pro Intel Core i7 - MacOS Monterey V12.5.1 - VS Code v1.71.0 (latest) - [Jest Runner](https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner) v0.4.55 (latest) - All other extensions disabled My user/settings.json...
### Description Not separating a file node_modules when I change between branches ، Which makes me delete anode_modules file and a file dist and a file package.lock.json ، and reinstall...
## ❤ Thank you for contributing to GitLens! ❤ ### 🚨 IMPORTANT 🚨 - Please create an issue _before_ creating a Pull Request - Please use the following Git commit...
### Description Steps to reproduce the problem: 1. Open a repository in `Gitlens`. 2. Create 2 branches and modify the same file to produce a conflict if we do a...
### GitLens Version v12.1.2 ### VS Code Version Version: 1.70.2 (user setup) Commit: e4503b30fc78200f846c62cf8091b76ff5547662 Date: 2022-08-16T05:35:13.448Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Windows_NT x64 10.0.22000 ### Git...
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 ## ❤ Thank you for contributing to GitLens! ❤ ### 🚨 IMPORTANT 🚨 - Please create an issue _before_ creating...
I can't seem to find a way to see a commit, or the current staged or unstaged changes all as a single view of all changed chunks, like what `git...
The current tree view for the "Branches" panel creates a tree based on slashes contained in the branch name. It would be great, if, instead, the tree could be based...
### Description ## Steps to reproduce 1. create a markdown document with headers. ex) `index.md` ``` # Header ## Other Header ``` 2. create a symlink to it. ```sh ln...