mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
vscode-extensions.jellyedwards.gitsweep: init at 0.0.15
This commit is contained in:
parent
a82e6b5dae
commit
57b09f29c6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user