vscode-extensions.capatech.betacode: init at 0.1.10 (#355720)

This commit is contained in:
Pol Dellaiera 2024-11-16 16:48:10 +01:00 committed by GitHub
commit 72c7c19778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -836,6 +836,22 @@ let
};
};
capatech.betacode = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "betacode";
publisher = "capatech";
version = "0.1.10";
hash = "sha256-Sq+s1dM+gZo73VaGEAX88fgVRAhWklg0LKv+yH46Jfw=";
};
meta = {
description = "VSCode extension for writing polytonic Greek";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Capatech.betacode";
homepage = "https://github.com/kugland/vscode-extension-betacode";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ thtrf ];
};
};
carrie999.cyberpunk-2020 = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "cyberpunk-2020";