···1431 };
1432 };
14331434- eamodio.gitlens = buildVscodeMarketplaceExtension {
1435- mktplcRef = {
1436- name = "gitlens";
1437- publisher = "eamodio";
1438- # Stable versions are listed on the GitHub releases page and use a
1439- # semver scheme, contrary to preview versions which are listed on
1440- # the VSCode Marketplace and use a calver scheme. We should avoid
1441- # using preview versions, because they expire after two weeks.
1442- version = "17.4.1";
1443- hash = "sha256-H14LJ1diURp6dtZE5djSmvI7aJFBnwVAj7Qi7VFf5oo=";
1444- };
1445- meta = {
1446- changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";
1447- description = "Visual Studio Code extension that improves its built-in Git capabilities";
1448- longDescription = ''
1449- Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git
1450- blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via
1451- powerful comparison commands, and so much more
1452- '';
1453- downloadPage = "https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens";
1454- homepage = "https://gitlens.amod.io/";
1455- license = lib.licenses.mit;
1456- maintainers = [ lib.maintainers.ratsclub ];
1457- };
1458- };
14591460 earthly.earthfile-syntax-highlighting = buildVscodeMarketplaceExtension {
1461 mktplcRef = {