From fb22f5b887f82604ed0536d268e655e4b3435eee Mon Sep 17 00:00:00 2001 From: Yoav Lavi Date: Sun, 30 Jul 2023 17:08:40 +0300 Subject: [PATCH] vscode-extensions.unifiedjs.vscode-mdx: init at 1.4.0 --- .../editors/vscode/extensions/default.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 183687d4aa08..44e125209f08 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -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";