Skip to content

Commit d152cc8

Browse files
authored
feat(vscode): add file icons for terragrunt HCL files (#127)
* feat(vscode): add file icons for terragrunt HCL files Register light/dark SVG icons for terragrunt.hcl, terragrunt.stack.hcl, and terragrunt.values.hcl via the language contribution's icon field. * chore(vscode): update terragrunt file icon artwork * fix: light and dark icons Signed-off-by: Diogenes Fernandes <diofeher@gmail.com> --------- Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
1 parent df11fce commit d152cc8

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

vscode-extension/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
"terragrunt.stack.hcl",
3535
"terragrunt.values.hcl"
3636
],
37-
"configuration": "./language-configuration.json"
37+
"configuration": "./language-configuration.json",
38+
"icon": {
39+
"light": "./images/icon-dark.svg",
40+
"dark": "./images/icon-light.svg"
41+
}
3842
}
3943
],
4044
"grammars": [

0 commit comments

Comments
 (0)