From 30eaaf37f41e0ab624c369644513686021668d26 Mon Sep 17 00:00:00 2001 From: TheMaxMur Date: Mon, 11 Mar 2024 16:30:32 +0300 Subject: vscode-extensions.hars.cppsnippets: init 0.0.15 --- pkgs/applications/editors/vscode/extensions/default.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'pkgs/applications') diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 0e9dcfdff954..8516052c0505 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -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"; -- cgit 1.4.1