Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage 2.34.2 #1928

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading