chore(devcontainer): add HashiCorp HCL extension to devcontainer.json

This commit is contained in:
Ben Martin 2024-09-26 18:17:03 +00:00
parent 0c04a48f57
commit ea6c8893b6
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -5,7 +5,8 @@
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"HashiCorp.terraform" "HashiCorp.terraform",
"hashicorp.hcl"
] ]
} }
} }