Skip to content

Commit

Permalink
Stage 2.34.2 (#1928)
Browse files Browse the repository at this point in the history
* Bump terraform-ls from 0.36.2 to 0.36.3

* Update version

* changelog
  • Loading branch information
jpogran authored Dec 20, 2024
1 parent 2dd93c0 commit 9e84970
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241205-163130.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241216-104206.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .changes/v2.34.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 2.34.2 (2024-12-19)

BUG FIXES:

* Fix race when parsing locally installed module sources leading to empty completions ([#1903](https://github.com/hashicorp/terraform-ls/issues/1903))

INTERNAL:

* Enable code coverage reporting ([#1901](https://github.com/hashicorp/vscode-terraform/issues/1901))
* Fix flaky ui tests by increasing sleep time ([#1925](https://github.com/hashicorp/vscode-terraform/issues/1925))

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.34.2 (2024-12-19)

BUG FIXES:

* Fix race when parsing locally installed module sources leading to empty completions ([#1903](https://github.com/hashicorp/terraform-ls/issues/1903))

INTERNAL:

* Enable code coverage reporting ([#1901](https://github.com/hashicorp/vscode-terraform/issues/1901))
* Fix flaky ui tests by increasing sleep time ([#1925](https://github.com/hashicorp/vscode-terraform/issues/1925))

## 2.34.2024121211 (2024-12-12)

NOTES
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "terraform",
"displayName": "HashiCorp Terraform",
"description": "Syntax highlighting and autocompletion for Terraform",
"version": "2.34.2024121211",
"version": "2.34.2",
"publisher": "hashicorp",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"license": "MPL-2.0",
Expand All @@ -18,7 +18,7 @@
"vscode": "^1.92.2"
},
"langServer": {
"version": "0.36.2"
"version": "0.36.3"
},
"syntax": {
"version": "0.7.1"
Expand Down

0 comments on commit 9e84970

Please sign in to comment.