vscode-extensions.nhoizey.gremlins: init at 0.26.0 (#378131)
This commit is contained in:
@@ -3752,6 +3752,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
nhoizey.gremlins = callPackage ./nhoizey.gremlins { };
|
||||
|
||||
nimlang.nimlang = callPackage ./nimlang.nimlang { };
|
||||
|
||||
njpwerner.autodocstring = buildVscodeMarketplaceExtension {
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{ lib, vscode-utils }:
|
||||
|
||||
vscode-utils.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 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user