Skip to content

Commit

Permalink
Add terraform version file icon
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jpogran committed Sep 6, 2024
1 parent 082052c commit 292d56e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240906-093703.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Add icon for .terraform-version file
time: 2024-09-06T09:37:03.371934-04:00
custom:
Issue: "1836"
Repository: vscode-terraform
5 changes: 5 additions & 0 deletions assets/icons/HashiCorp_Icon_Black_RGB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/HashiCorp_Icon_White_RGB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,19 @@
"light": "assets/icons/terraform_stacks.svg"
}
},
{
"id": "terraform-version",
"aliases": [
"Terraform Version"
],
"extensions": [
".terraform-version"
],
"icon": {
"light": "./assets/icons/HashiCorp_Icon_Black_RGB.svg",
"dark": "./assets/icons/HashiCorp_Icon_White_RGB.svg"
}
},
{
"id": "json",
"extensions": [
Expand Down

0 comments on commit 292d56e

Please sign in to comment.