chore(devcontainer): add HashiCorp HCL extension to devcontainer.json
This commit is contained in:
parent
0c04a48f57
commit
ea6c8893b6
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"HashiCorp.terraform"
|
"HashiCorp.terraform",
|
||||||
|
"hashicorp.hcl"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue