Skip to content

Commit

Permalink
Release 2.24.2 (#1229)
Browse files Browse the repository at this point in the history
* 2.24.2

Co-authored-by: Radek Simko <[email protected]>
  • Loading branch information
jpogran and radeksimko authored Sep 7, 2022
1 parent b8615ae commit c009ef1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.24.2] (2022-09-07)

ENHANCEMENTS

- Ask user to use Remote WSL Extension when using WSL UNC Paths [#1219](https://github.com/hashicorp/vscode-terraform/pull/1219)

BUG FIXES:

- fix: Improve IntelliSense accuracy by tracking provider schema versions (bug introduced in 2.24.0) ([terraform-ls#1060](https://github.com/hashicorp/terraform-ls/pull/1060))
- Don't query the Terraform Registry for module sources starting with `.` in completion ([terraform-ls#1062](https://github.com/hashicorp/terraform-ls/pull/1062))
- fix race condition (panic) in schema merging ([terraform-schema#137](https://github.com/hashicorp/terraform-schema/pull/137))
INTERNAL

- Improve error telemetry [#1215](https://github.com/hashicorp/vscode-terraform/pull/1215)

## [2.24.1] (2022-08-24)

ENHANCEMENTS:
Expand Down Expand Up @@ -564,7 +579,8 @@ For information on prior major and minor releases, see their changelogs:


<!-- Links to tag comparisons -->
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.24.1...main
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.24.2...main
[2.24.2]: https://github.com/hashicorp/vscode-terraform/compare/v2.24.1...v2.24.2
[2.24.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.24.0...v2.24.1
[2.24.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.23.0...v2.24.0
[2.23.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.22.0...v2.23.0
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.24.1",
"version": "2.24.2",
"publisher": "hashicorp",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"license": "MPL-2.0",
Expand All @@ -18,7 +18,7 @@
"vscode": "^1.65.2"
},
"langServer": {
"version": "0.29.1"
"version": "0.29.2"
},
"syntax": {
"version": "0.4.0"
Expand Down

0 comments on commit c009ef1

Please sign in to comment.