Merge pull request #257871 from wackbyte/uiua-vscode

authored by

Artturi and committed by
GitHub
3ab80243 a02943fc

+16
+16
pkgs/applications/editors/vscode/extensions/default.nix
··· 3512 3512 }; 3513 3513 }; 3514 3514 3515 + uiua-lang.uiua-vscode = buildVscodeMarketplaceExtension { 3516 + mktplcRef = { 3517 + name = "uiua-vscode"; 3518 + publisher = "uiua-lang"; 3519 + version = "0.0.12"; 3520 + sha256 = "sha256-clVVRJihErAiZHcGImgFoxdD97o6S7NJm8BqfH41MFE="; 3521 + }; 3522 + meta = { 3523 + description = "VSCode language extension for Uiua"; 3524 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=uiua-lang.uiua-vscode"; 3525 + homepage = "https://github.com/uiua-lang/uiua-vscode"; 3526 + license = lib.licenses.mit; 3527 + maintainers = [ lib.maintainers.wackbyte ]; 3528 + }; 3529 + }; 3530 + 3515 3531 unifiedjs.vscode-mdx = buildVscodeMarketplaceExtension { 3516 3532 mktplcRef = { 3517 3533 name = "vscode-mdx";