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 This adds the command "getCurrentBranch", which is basically a copy of "copyCurrentBranch", to allow tasks to use the current branch name. Example: ``` "tasks": [ { "label": "echo",...

Similar to "CopyCurrentBranch", I'd like a way to get the current branch name in e.g. my tasks.json file: ``` "tasks": [ { "label": "echo", "type": "shell", "command": "echo ${command:gitlens.getCurrentBranch}", }...

feature
triage

not sure if it is going to return the correct path this way, but at least it would remove the annoying error notification in VSCode spamming 25x a minute, reported...

- GitLens Version: v12.1.2 - Git Version: 2.35.1.windows.2 - VSCode Version: 1.69.1 - OS Version: Windows 19044.1826 Steps to Reproduce: 1. Open Branch View. The repository must contain a .jpg...

potential-bug
triage

I want to customize the default icon color, so I changed it in the settings ``` "list.activeSelectionIconForeground": "#2e3440" ``` But it didn't change an icon in the commit view ![image](https://user-images.githubusercontent.com/23120972/178949091-366f27f8-0faa-4141-9586-8031832f3c3c.png)...

bug
blocked

- GitLens Version: 10.2.1 - VSCode Version: 1.42.0 - OS Version: macOS 10.15.2 Steps to Reproduce: Top right: ![img](https://i.imgur.com/QgHDrRG.png) The GitLens icons are gray rather than saturated with the blue...

feature

It would really useful if GitLens allowed us to edit/amend commit messages in VSCode. The built-in VSCode git solution doesn't provide this feature.

feature

- GitLens Version: 10.2.3 - VSCode Version: 1.51.0 - OS Version: Ubuntu 20.04.1 Steps to Reproduce: For some reason it stopped working only for this one particular repo. Need advice...

bug
blocked
blocked: git

- GitLens Version: 12.1.1 - Git Version: 2.35.1 - VSCode Version: 1.68.1 - OS Version: macOS 12.4 Steps to Reproduce: 1. From the command palette, run `GitLens+: Hide GitLens+ Features`

bug

- GitLens Version: `v11.7.0` - Git Version: `2.32.0.windows.1` - VSCode Version: `1.63.2 - 899d46d82c4c95423fb7e10e68eba52050e30ba3 - x64` - OS Version: `Windows_NT x64 10.0.19043` As mentioned in #1760: Steps to Reproduce: 1....

potential-bug
triage