From ea6c8893b61391f6fd194f6d9fc2b6986974cbce Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Thu, 26 Sep 2024 18:17:03 +0000 Subject: [PATCH] chore(devcontainer): add HashiCorp HCL extension to devcontainer.json --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 222d1ef..d6e93e6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,8 @@ "customizations": { "vscode": { "extensions": [ - "HashiCorp.terraform" + "HashiCorp.terraform", + "hashicorp.hcl" ] } }