diff --git a/.changes/unreleased/BUG FIXES-20240722-121008.yaml b/.changes/unreleased/BUG FIXES-20240722-121008.yaml new file mode 100644 index 000000000..f09ef77b1 --- /dev/null +++ b/.changes/unreleased/BUG FIXES-20240722-121008.yaml @@ -0,0 +1,6 @@ +kind: BUG FIXES +body: Fix validation error by checking for submodules when fetching schemas from the registry +time: 2024-07-22T12:10:08.460438+02:00 +custom: + Issue: "1772" + Repository: terraform-ls diff --git a/package.json b/package.json index 0bee0c097..a47be2d07 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "vscode": "^1.86.2" }, "langServer": { - "version": "0.34.0" + "version": "0.34.1" }, "syntax": { "version": "0.5.0"