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

vscode-extensions.hashicorp.hcl: init 0.3.2
This commit is contained in:
Pol Dellaiera 2024-03-11 12:48:08 +01:00 committed by GitHub
commit 9b4057a0b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1986,6 +1986,22 @@ let
};
};
hashicorp.hcl = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "HCL";
publisher = "HashiCorp";
version = "0.3.2";
sha256 = "sha256-cxF3knYY29PvT3rkRS8SGxMn9vzt56wwBXpk2PqO0mo=";
};
meta = {
description = "HashiCorp HCL syntax";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=HashiCorp.HCL";
homepage = "https://github.com/hashicorp/vscode-hcl";
license = lib.licenses.mpl20;
maintainers = [ lib.maintainers.themaxmur ];
};
};
hashicorp.terraform = callPackage ./hashicorp.terraform { };
haskell.haskell = buildVscodeMarketplaceExtension {