vscode-extensions.unifiedjs.vscode-mdx: init at 1.4.0

This commit is contained in:
Yoav Lavi 2023-07-30 17:08:40 +03:00
parent 637af7a0fc
commit fb22f5b887

View File

@ -3410,6 +3410,22 @@ let
};
};
unifiedjs.vscode-mdx = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-mdx";
publisher = "unifiedjs";
version = "1.4.0";
sha256 = "sha256-qqqq0QKTR0ZCLdPltsnQh5eTqGOh9fV1OSOZMjj4xXg=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/unifiedjs.vscode-mdx/changelog";
description = "VSCode language support for MDX";
downloadPage = "https://github.com/mdx-js/mdx-analyzer";
homepage = "https://github.com/mdx-js/mdx-analyzer#readme";
license = lib.licenses.mit;
};
};
usernamehw.errorlens = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "errorlens";