Skip to content

Commit

Permalink
Use proper titles for Terraform commands
Browse files Browse the repository at this point in the history
This adds HashiCorp to the command names to disambiguate commands contributed by this extension and align to the Terraform Cloud contributed commands.
  • Loading branch information
jpogran committed Jan 8, 2024
1 parent ada5c1c commit 79f5476
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,32 +421,32 @@
"commands": [
{
"command": "terraform.generateBugReport",
"title": "Terraform: Generate Bug Report"
"title": "HashiCorp Terraform: Generate Bug Report"
},
{
"command": "terraform.enableLanguageServer",
"title": "Terraform: Enable Language Server"
"title": "HashiCorp Terraform: Enable Language Server"
},
{
"command": "terraform.disableLanguageServer",
"title": "Terraform: Disable Language Server"
"title": "HashiCorp Terraform: Disable Language Server"
},
{
"command": "terraform.init",
"title": "Terraform: init"
"title": "HashiCorp Terraform: init"
},
{
"command": "terraform.initCurrent",
"title": "Terraform: init current folder",
"title": "HashiCorp Terraform: init current folder",
"icon": "$(cloud-download)"
},
{
"command": "terraform.validate",
"title": "Terraform: validate"
"title": "HashiCorp Terraform: validate"
},
{
"command": "terraform.plan",
"title": "Terraform: plan"
"title": "HashiCorp Terraform: plan"
},
{
"command": "terraform.modules.refreshList",
Expand Down

0 comments on commit 79f5476

Please sign in to comment.