Skip to content

Commit 9e84970

Browse files
authored
Stage 2.34.2 (#1928)
* Bump terraform-ls from 0.36.2 to 0.36.3 * Update version * changelog
1 parent 2dd93c0 commit 9e84970

File tree

6 files changed

+26
-16
lines changed

6 files changed

+26
-16
lines changed

.changes/unreleased/INTERNAL-20241205-163130.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/INTERNAL-20241216-104206.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v2.34.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 2.34.2 (2024-12-19)
2+
3+
BUG FIXES:
4+
5+
* Fix race when parsing locally installed module sources leading to empty completions ([#1903](https://github.com/hashicorp/terraform-ls/issues/1903))
6+
7+
INTERNAL:
8+
9+
* Enable code coverage reporting ([#1901](https://github.com/hashicorp/vscode-terraform/issues/1901))
10+
* Fix flaky ui tests by increasing sleep time ([#1925](https://github.com/hashicorp/vscode-terraform/issues/1925))
11+

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 2.34.2 (2024-12-19)
4+
5+
BUG FIXES:
6+
7+
* Fix race when parsing locally installed module sources leading to empty completions ([#1903](https://github.com/hashicorp/terraform-ls/issues/1903))
8+
9+
INTERNAL:
10+
11+
* Enable code coverage reporting ([#1901](https://github.com/hashicorp/vscode-terraform/issues/1901))
12+
* Fix flaky ui tests by increasing sleep time ([#1925](https://github.com/hashicorp/vscode-terraform/issues/1925))
13+
314
## 2.34.2024121211 (2024-12-12)
415

516
NOTES

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.34.2024121211",
6+
"version": "2.34.2",
77
"publisher": "hashicorp",
88
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
99
"license": "MPL-2.0",
@@ -18,7 +18,7 @@
1818
"vscode": "^1.92.2"
1919
},
2020
"langServer": {
21-
"version": "0.36.2"
21+
"version": "0.36.3"
2222
},
2323
"syntax": {
2424
"version": "0.7.1"

0 commit comments

Comments
 (0)