Merge pull request #127477 from ratsclub/vscode-extensions.eamodio.gitlens
vscode-extensions.eamodio.gitlens: 11.1.3 -> 11.5.1
This commit is contained in:
commit
c27beec4b1
1 changed files with 14 additions and 4 deletions
|
@ -352,11 +352,21 @@ let
|
|||
mktplcRef = {
|
||||
name = "gitlens";
|
||||
publisher = "eamodio";
|
||||
version = "11.1.3";
|
||||
sha256 = "sha256-hqJg3jP4bbXU4qSJOjeKfjkPx61yPDMsQdSUVZObK/U=";
|
||||
version = "11.5.1";
|
||||
sha256 = "sha256-Ic7eT8WX2GDYIj/aTu1d4m+fgPtXe4YQx04G0awbwnM=";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";
|
||||
description = "GitLens supercharges the Git capabilities built into Visual Studio Code.";
|
||||
longDescription = ''
|
||||
Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git
|
||||
blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via
|
||||
powerful comparison commands, and so much more
|
||||
'';
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens";
|
||||
homepage = "https://gitlens.amod.io/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ratsclub ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue