Skip to content

Commit 292d56e

Browse files
committed
Add terraform version file icon
This commit adds the HashiCorp icon for terraform version files. The icon is a black HashiCorp logo on a white background for dark themes and a white HashiCorp logo on a black background for light themes.
1 parent 082052c commit 292d56e

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: ENHANCEMENTS
2+
body: Add icon for .terraform-version file
3+
time: 2024-09-06T09:37:03.371934-04:00
4+
custom:
5+
Issue: "1836"
6+
Repository: vscode-terraform
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,19 @@
103103
"light": "assets/icons/terraform_stacks.svg"
104104
}
105105
},
106+
{
107+
"id": "terraform-version",
108+
"aliases": [
109+
"Terraform Version"
110+
],
111+
"extensions": [
112+
".terraform-version"
113+
],
114+
"icon": {
115+
"light": "./assets/icons/HashiCorp_Icon_Black_RGB.svg",
116+
"dark": "./assets/icons/HashiCorp_Icon_White_RGB.svg"
117+
}
118+
},
106119
{
107120
"id": "json",
108121
"extensions": [

0 commit comments

Comments
 (0)