diff --git a/.changes/unreleased/BUG FIXES-20240730-092602.yaml b/.changes/unreleased/BUG FIXES-20240730-092602.yaml new file mode 100644 index 000000000..6f1ad049e --- /dev/null +++ b/.changes/unreleased/BUG FIXES-20240730-092602.yaml @@ -0,0 +1,6 @@ +kind: BUG FIXES +body: Ensure validation runs after decoding the whole module to avoid stale diagnostics +time: 2024-07-30T09:26:02.329717-04:00 +custom: + Issue: "1777" + Repository: terraform-ls diff --git a/package.json b/package.json index 479e31964..dcf7cd558 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "vscode": "^1.86.2" }, "langServer": { - "version": "0.34.1" + "version": "0.34.2" }, "syntax": { "version": "0.5.0"