lol

Merge pull request #294946 from TheMaxMur/feature/vscode-extension-hashicorp-hcl

vscode-extensions.hashicorp.hcl: init 0.3.2

authored by

Pol Dellaiera and committed by
GitHub
9b4057a0 f69f5efe

+16
+16
pkgs/applications/editors/vscode/extensions/default.nix
··· 1986 1986 }; 1987 1987 }; 1988 1988 1989 + hashicorp.hcl = buildVscodeMarketplaceExtension { 1990 + mktplcRef = { 1991 + name = "HCL"; 1992 + publisher = "HashiCorp"; 1993 + version = "0.3.2"; 1994 + sha256 = "sha256-cxF3knYY29PvT3rkRS8SGxMn9vzt56wwBXpk2PqO0mo="; 1995 + }; 1996 + meta = { 1997 + description = "HashiCorp HCL syntax"; 1998 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=HashiCorp.HCL"; 1999 + homepage = "https://github.com/hashicorp/vscode-hcl"; 2000 + license = lib.licenses.mpl20; 2001 + maintainers = [ lib.maintainers.themaxmur ]; 2002 + }; 2003 + }; 2004 + 1989 2005 hashicorp.terraform = callPackage ./hashicorp.terraform { }; 1990 2006 1991 2007 haskell.haskell = buildVscodeMarketplaceExtension {