vscode-extensions.dbaeumer.vscode-eslint: Init at 2.1.14

This commit is contained in:
Andy Richardson 2021-01-19 11:24:38 +00:00 committed by GitHub
parent bc3aef81e4
commit 9c324b680d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,18 @@ let
};
};
dbaeumer.vscode-eslint = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-eslint";
publisher = "dbaeumer";
version = "2.1.14";
sha256 = "sha256-bVGmp871yu1Llr3uJ+CCosDsrxJtD4b1+CR+omMUfIQ=";
};
meta = {
license = lib.licenses.mit;
};
};
dhall.dhall-lang = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dhall-lang";