vscode-extensions.nhoizey.gremlins: init at 0.26.0

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
Théo Bori
2025-05-23 23:14:14 +05:30
committed by John Titor
parent 7b75ca24f4
commit 1817ed2e8e
@@ -3752,6 +3752,23 @@ let
};
};
nhoizey.gremlins = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "gremlins";
publisher = "nhoizey";
version = "0.26.0";
hash = "sha256-ML04SccSOrj5qY0HHJ5jiNbWkPElU1+zZNSX2i1K2uk=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/nhoizey.gremlins/changelog";
description = "Reveals some characters that can be harmful because they are invisible or looking like legitimate ones";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=nhoizey.gremlins";
homepage = "https://github.com/nhoizey/vscode-gremlins";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.theobori ];
};
};
nimlang.nimlang = callPackage ./nimlang.nimlang { };
njpwerner.autodocstring = buildVscodeMarketplaceExtension {