···14311431 };
14321432 };
1433143314341434- eamodio.gitlens = buildVscodeMarketplaceExtension {
14351435- mktplcRef = {
14361436- name = "gitlens";
14371437- publisher = "eamodio";
14381438- # Stable versions are listed on the GitHub releases page and use a
14391439- # semver scheme, contrary to preview versions which are listed on
14401440- # the VSCode Marketplace and use a calver scheme. We should avoid
14411441- # using preview versions, because they expire after two weeks.
14421442- version = "17.4.1";
14431443- hash = "sha256-H14LJ1diURp6dtZE5djSmvI7aJFBnwVAj7Qi7VFf5oo=";
14441444- };
14451445- meta = {
14461446- changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";
14471447- description = "Visual Studio Code extension that improves its built-in Git capabilities";
14481448- longDescription = ''
14491449- Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git
14501450- blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via
14511451- powerful comparison commands, and so much more
14521452- '';
14531453- downloadPage = "https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens";
14541454- homepage = "https://gitlens.amod.io/";
14551455- license = lib.licenses.mit;
14561456- maintainers = [ lib.maintainers.ratsclub ];
14571457- };
14581458- };
14341434+ eamodio.gitlens = callPackage ./eamodio.gitlens { };
1459143514601436 earthly.earthfile-syntax-highlighting = buildVscodeMarketplaceExtension {
14611437 mktplcRef = {