Merge pull request #299950 from drupol/vscode-extensions-jbockle-format-files

vscode-extensions.jbockle.jbockle-format-files: init at 3.4.0
This commit is contained in:
Pol Dellaiera 2024-03-29 11:42:54 +01:00 committed by GitHub
commit 82a35d3886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2346,6 +2346,22 @@ let
}; };
}; };
jbockle.jbockle-format-files = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "jbockle-format-files";
publisher = "jbockle";
version = "3.4.0";
sha256 = "sha256-BHw+T2EPdQq/wOD5kzvSln5SBFTYUXip8QDjnAGBfFY=";
};
meta = {
description = "A VSCode extension to formats all files in the current workspace";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jbockle.jbockle-format-files";
homepage = "https://github.com/jbockle/format-files";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.wackbyte ];
};
};
jdinhlife.gruvbox = buildVscodeMarketplaceExtension { jdinhlife.gruvbox = buildVscodeMarketplaceExtension {
mktplcRef = { mktplcRef = {
name = "gruvbox"; name = "gruvbox";