Skip to content

Releases: hashicorp/vscode-terraform

v2.36.0

05 Sep 06:53
36f8b9a
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Terraform MCP Server deployment using Hashicorp VS Code extension (#2086)

v2.35.0

05 Sep 06:51
36f8b9a
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add support for Terraform Search files (.tfquery.hcl). This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Search files. (#2062)

INTERNAL:

  • Add PR Template Usage for PCI (#2061)

v2.34.5

20 Jun 06:30
8367b34
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Support new Terraform Stacks tfcomponent.hcl extension (#2034)

v2.34.4

20 May 09:57
Compare
Choose a tag to compare

BUG FIXES:

  • Fix for es lint error - nullish coalescing operator (#2011)

INTERNAL:

  • bump vscode-extension-tester from 8.8.0 to 8.14.1 (#2010)

v2.34.3

23 Jan 16:10
399c9ce
Compare
Choose a tag to compare

ENHANCEMENTS:

v2.34.2

20 Dec 01:06
9e84970
Compare
Choose a tag to compare

BUG FIXES:

  • Fix race when parsing locally installed module sources leading to empty completions (#1903)

INTERNAL:

  • Enable code coverage reporting (#1901)
  • Fix flaky ui tests by increasing sleep time (#1925)

v2.34.1

12 Dec 16:47
e478595
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Reflect lifecycle phases of ephemeral resources in HCP Terraform log messages (#1882)
  • Stacks: parse terraform-sources.json to support remote component sources (terraform-ls#1836)

BUG FIXES:

  • Fix HCP workspace link (#1889)
  • Fix new issue link in README (#1890)
  • Fix incorrect validation for heterogeneous list (terraform-ls#1884)
  • Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions (terraform-ls#1890)

INTERNAL:

  • Port UI tests to vscode-extension-tester and remove wdio (#1873)
  • Add Heimdall metadata (#1883)
  • Add build files to .vscodeignore (#1885)
  • Broaden npm version to allow dependabot to run (#1888)
  • Store screenshots for failing UI tests (#1906)
  • Adapt CI config for Ubuntu 24.04.1 (#1907)
  • Configure dependabot to update package.json and group dependency updates (#1908)

v2.34.2024121211

12 Dec 18:12
668edc0
Compare
Choose a tag to compare
v2.34.2024121211 Pre-release
Pre-release

NOTES

This brings the prerelease channel to the same version as stable

v2.34.0

15 Nov 23:48
b53c4f4
Compare
Choose a tag to compare

ENHANCEMENTS:

BUG FIXES:

  • Improve performance by avoiding copying constraints for attribute schemas (hcl-lang#426)
  • Use a provider's stable version when bundling schemas (terraform-ls#1860)
  • Add removed block to Stack tests (#1861)

INTERNAL:

  • Ensure date ordering for changie entries (#1860)
  • Upgrade eslint to v9 (#1863)
  • Enable integration tests for Stacks feature (#1864)
  • Bump nodejs from 18 to 20 (#1867)
  • Remove webpack extension recommendation (#1880)

v2.33.0

15 Oct 14:00
Compare
Choose a tag to compare

NOTES:

This release adds support for Terraform Stack and Deployment files. This provides intelligent completion for Terraform Stacks blocks and attributes in Stack and Deployment files, including suggesting only valid completions for variables in component and deployment blocks. Hover documentation for all Stack and Deploy blocks, with helpful type and usage information. Early Validation has been extended to produce diagnostics along with syntax validation for Stack and Deployment files. Reference support allows code navigation in and between Stack and Deploy files. This also provides formatting support for both Stack and Deploy files.

This release also adds support for Terraform Test and Mock files. This provides syntax highlighting, completion for blocks and attributes, hover documentation and formatting support.

BREAKING CHANGES:

  • Remove static snippets (#1830)

ENHANCEMENTS:

BUG FIXES:

INTERNAL:

  • Add development launch target for extensionHost (#1805)
  • Replace webpack with esbuild (#1807)
  • Load embedded provider schemas for providers found in stacks files into state (terraform-ls#1763)
  • Bump axios to 1.7.4 (#1818)
  • Bump braces to 3.0.3 (#1819)