Merge pull request #153906 from rhoriguchi/vscode-extensions.hashicorp.terraform

vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0
This commit is contained in:
Jörg Thalheim 2022-01-08 00:03:36 +00:00 committed by GitHub
commit ec66a6a08f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "terraform";
publisher = "hashicorp";
version = "2.17.0";
sha256 = "sha256-IZlw1lYibbBw3rcSiWEKP8rObxnMCE1ppogwmigNgwE=";
version = "2.18.0";
sha256 = "sha256-jQ4fwsAwuGDbfSb/qCV58ETtH+2e7zD/jGISGNYPxZk=";
};
patches = [ ./fix-terraform-ls.patch ];