Merge pull request #201217 from MatthieuBarthel/init-gitsweep
vscode-extensions.jellyedwards.gitsweep: init at 0.0.15
This commit is contained in:
@@ -1267,6 +1267,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";
|
||||
|
||||
Reference in New Issue
Block a user