mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
vscode-extensions.file-icons.file-icons: init at 1.0.28
This commit is contained in:
parent
232120d32b
commit
108b471a83
1 changed files with 17 additions and 0 deletions
|
@ -182,6 +182,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
file-icons.file-icons = buildVscodeMarketplaceExtension {
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/file-icons.file-icons/changelog";
|
||||
description = "File-specific icons in VSCode for improved visual grepping.";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons";
|
||||
homepage = "https://github.com/file-icons/vscode";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ superherointj ];
|
||||
};
|
||||
mktplcRef = {
|
||||
name = "file-icons";
|
||||
publisher = "file-icons";
|
||||
version = "1.0.28";
|
||||
sha256 = "1lyx0l42xhi2f3rdnjddc3mw7m913kjnchawi98i6vqsx3dv7091";
|
||||
};
|
||||
};
|
||||
|
||||
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "auto-close-tag";
|
||||
|
|
Loading…
Reference in a new issue