Skip to content

Commit 082052c

Browse files
committed
Enable langauge status bar for Stack languages
This commit enables the language status bar for the `terraform-stack` and `terraform-deploy` languages.
1 parent 6bb7aa7 commit 082052c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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: Enable language status bar for Stack language
3+
time: 2024-09-05T14:33:13.601998-04:00
4+
custom:
5+
Issue: "1835"
6+
Repository: vscode-terraform

src/status/language.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import * as vscode from 'vscode';
88
const lsStatus = vscode.languages.createLanguageStatusItem('terraform-ls.status', [
99
{ language: 'terraform' },
1010
{ language: 'terraform-vars' },
11+
{ language: 'terraform-stack' },
12+
{ language: 'terraform-deploy' },
1113
]);
1214
lsStatus.name = 'Terraform LS';
1315
lsStatus.detail = 'Terraform LS';

0 commit comments

Comments
 (0)