From ff9cb90c4333e75ee99d0c9c75fd715a9f816ab6 Mon Sep 17 00:00:00 2001 From: Anubhav Goel Date: Fri, 19 Sep 2025 15:00:02 +0530 Subject: [PATCH] feat(tf-action): TF-28942: Added Support for Terraform Action Static Schema --- .changes/unreleased/ENHANCEMENTS-20250919-134258.yaml | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/ENHANCEMENTS-20250919-134258.yaml diff --git a/.changes/unreleased/ENHANCEMENTS-20250919-134258.yaml b/.changes/unreleased/ENHANCEMENTS-20250919-134258.yaml new file mode 100644 index 0000000000..219c611a32 --- /dev/null +++ b/.changes/unreleased/ENHANCEMENTS-20250919-134258.yaml @@ -0,0 +1,6 @@ +kind: ENHANCEMENTS +body: Added Support for Terraform Action Static Schema +time: 2025-09-19T13:42:58.12469+05:30 +custom: + Issue: "2122" + Repository: vscode-terraform diff --git a/package.json b/package.json index 3d99be3a8e..eaf366b497 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "vscode": "^1.92.2" }, "langServer": { - "version": "0.37.0" + "version": "0.38.0" }, "syntax": { "version": "0.7.1"