Merge pull request #145164 from cole-h/vscode-rewrap

vscode-extentions/stkb.rewrap: init at 1.14.0
This commit is contained in:
figsoda 2021-11-09 13:02:00 -05:00 committed by GitHub
commit e65ffda0ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1435,6 +1435,18 @@ let
};
};
stkb.rewrap = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "stkb";
name = "rewrap";
version = "1.14.0";
sha256 = "qRwKX36a1aLzE1tqaOkH7JfE//pvKdPZ07zasPF3Dl4=";
};
meta = with lib; {
license = licenses.asl20;
};
};
streetsidesoftware.code-spell-checker = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "code-spell-checker";