Skip to content

Commit

Permalink
feat(vscode): add hcl format extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdicopter committed Jul 5, 2023
1 parent c7a8015 commit 7660843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ I am using the [Powerlevel10k](https://github.com/romkatv/powerlevel10k) theme.
- [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)
- [json2yaml](https://marketplace.visualstudio.com/items?itemName=tuxtina.json2yaml)
- [HashiCorp HCL](https://marketplace.visualstudio.com/items?itemName=hashicorp.hcl)
- [HCL Format](https://marketplace.visualstudio.com/items?itemName=fredwangwang.vscode-hcl-format)
- [HashiCorp Terraform](https://marketplace.visualstudio.com/items?itemName=hashicorp.terraform)

## Alfred
Expand Down
1 change: 1 addition & 0 deletions run_once_before_10_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ extensions=(
tuxtina.json2yaml
hashicorp.terraform
hashicorp.hcl
fredwangwang.vscode-hcl-format
)

if ! [ -x "$(command -v code)" ]; then
Expand Down

0 comments on commit 7660843

Please sign in to comment.