vscode-extensions.hars.cppsnippets: init 0.0.15

This commit is contained in:
TheMaxMur 2024-03-11 16:30:32 +03:00
parent b9cdc735ab
commit 30eaaf37f4
No known key found for this signature in database
GPG Key ID: B72F4A649F92F410

View File

@ -2050,6 +2050,22 @@ let
};
};
hars.cppsnippets = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "cppsnippets";
publisher = "hars";
version = "0.0.15";
sha256 = "sha256-KXdEKcxPclbD22aKGAKSmdpVBZP2IpQRaKfc2LDsL0U=";
};
meta = {
description = "Code snippets for C/C++";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=hars.CppSnippets";
homepage = "https://github.com/one-harsh/vscode-cpp-snippets";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.themaxmur ];
};
};
hashicorp.hcl = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "HCL";