mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
vscode-extensions.jbockle.jbockle-format-files: init at 3.4.0
This commit is contained in:
parent
106b852a30
commit
1bcfec8927
@ -2345,6 +2345,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 {
|
||||
mktplcRef = {
|
||||
name = "gruvbox";
|
||||
|
Loading…
Reference in New Issue
Block a user