vscode-extensions.yoavbls.pretty-ts-errors: init at 0.5.3

This commit is contained in:
uncenter 2024-06-17 11:49:39 -04:00
parent 601ceba77e
commit 4714bfa3f3
No known key found for this signature in database

View File

@ -4872,6 +4872,22 @@ let
};
};
yoavbls.pretty-ts-errors = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "pretty-ts-errors";
publisher = "yoavbls";
version = "0.5.3";
hash = "sha256-JSCyTzz10eoUNu76wNUuvPVVKq4KaVKobS1CAPqgXUA=";
};
meta = {
description = "Make TypeScript errors prettier and human-readable in VSCode";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors";
homepage = "https://github.com/yoavbls/pretty-ts-errors";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.uncenter ];
};
};
yzhang.dictionary-completion = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "yzhang";