Merge pull request #109942 from andyrichardson/patch-3

This commit is contained in:
Sandro 2021-02-12 03:45:16 +01:00 committed by GitHub
commit 2b14b35865
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;
};
};
davidanson.vscode-markdownlint = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-markdownlint";