vscode-extensions.jellyedwards.gitsweep: init at 0.0.15

This commit is contained in:
Matthieu Barthel 2022-11-14 19:29:28 +01:00
parent a82e6b5dae
commit 57b09f29c6
No known key found for this signature in database
GPG Key ID: 9245E77C55ECD2B4

View File

@ -1204,6 +1204,23 @@ let
};
};
jellyedwards.gitsweep = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "jellyedwards";
name = "gitsweep";
version = "0.0.15";
sha256 = "rKAy84Uiat5VOQXd4OXToNfxAJ6SuWPT47vuiyK4qwg=";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/jellyedwards.gitsweep/changelog";
description = "VS Code extension which allows you to easily exclude modified or new files so they don't get committed accidentally";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jellyedwards.gitsweep";
homepage = "https://github.com/jellyedwards/gitsweep";
license = licenses.mit;
maintainers = with maintainers; [ MatthieuBarthel ];
};
};
jkillian.custom-local-formatters = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "jkillian";