Skip to content

Commit

Permalink
Enable langauge status bar for Stack languages
Browse files Browse the repository at this point in the history
This commit enables the language status bar for the `terraform-stack` and `terraform-deploy` languages.
  • Loading branch information
jpogran committed Sep 5, 2024
1 parent 6bb7aa7 commit 34cbbc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/status/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import * as vscode from 'vscode';
const lsStatus = vscode.languages.createLanguageStatusItem('terraform-ls.status', [
{ language: 'terraform' },
{ language: 'terraform-vars' },
{ language: 'terraform-stack' },
{ language: 'terraform-deploy' },
]);
lsStatus.name = 'Terraform LS';
lsStatus.detail = 'Terraform LS';
Expand Down

0 comments on commit 34cbbc5

Please sign in to comment.