Skip to content

Releases: hashicorp/vscode-terraform

v2.32.2

31 Jul 09:28
Compare
Choose a tag to compare

BUG FIXES:

  • Ensure validation runs after decoding the whole module to avoid stale diagnostics (terraform-ls#1777)

v2.32.1

22 Jul 13:13
v2.32.1
d17df0e
Compare
Choose a tag to compare

BUG FIXES:

  • Fix validation error by checking for submodules when fetching schemas from the registry (terraform-ls#1772)

v2.32.0

15 Jul 16:12
v2.32.0
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files (terraform-ls#1745)
  • Enable completion for all locally installed remote modules (terraform-ls#1760)
  • Re-architect the language server for improved performance and resource utilization (terraform-ls#1667)

This marks the completion of a major refactoring effort. The language server will now start up much faster and use less resources, especially on larger workspaces. We achieve this by doing less work during the initial walk of a workspace. Instead, we only parse modules with open files. Whenever a file of a module is opened, we schedule all the jobs needed to understand the contents of that directory (and the referenced modules).

INTERNAL:

  • Introduce a workflow that checks for changelog entries (#1796)

v2.32.2024070910

09 Jul 16:02
Compare
Choose a tag to compare
v2.32.2024070910 Pre-release
Pre-release

ENHANCEMENTS:

  • Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files (terraform-ls#1745)

v2.31.0

27 Jun 19:27
ec22235
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Allow custom HCP Terraform or Terraform Enterprise instance selection (#1678)
  • Declare support for Terraform Stack files (#1773)
  • Adds file icons for the Stacks language which will apply to all tfstack.hcl and tfdeploy.hcl files (#1774)
  • Add support for the new templatestring functions in Terraform 1.9 (terraform-ls#357)
  • Introduce provisioners to removed blocks in Terraform 1.9 (terraform-schema#358)

v2.31.2024061114

12 Jun 17:16
7162dca
Compare
Choose a tag to compare
v2.31.2024061114 Pre-release
Pre-release

ENHANCEMENTS:

  • Re-architect the language server for improved performance and resource utilization (terraform-ls#1667)

This marks the completion of a major refactoring effort. The language server will now start up much faster and use less resources, especially on larger workspaces. We achieve this by doing less work during the initial walk of a workspace. Instead, we only parse modules with open files. Whenever a file of a module is opened, we schedule all the jobs needed to understand the contents of that directory (and the referenced modules).

We have tested this with workspaces and configurations of different sizes, but still expect some bugs. Please give this preview a try and let us know how it works for you.

v2.30.2

06 Jun 12:52
v2.30.2
09daddb
Compare
Choose a tag to compare

BUG FIXES:

INTERNAL:

  • Ignore changie logs in vsix package (#1760)
  • Remove old web testing infrastructure and update the test GHA (#1759)
  • Organize code placement for better maintainability (#1758)
  • Use esbuild with webpack to speed up development time (#1761)
  • Cache npm packages in GHA (#1762)
  • Move TF and HCP Terraform view testing to test folder (#1765)

v2.30.1

22 Apr 16:06
a24a585
Compare
Choose a tag to compare

ENHANCEMENTS:

INTERNAL:

  • Add end to end extension to language server testing (#1739)
  • Update npm engine requirements to 10 (#1740)
  • Update MSW to 2.0 (#1657)
  • Bump typescript from 5.4.4 to 5.4.5 (#1738)
  • Bump @vscode/vsce from 2.24.0 to 2.25.0 (#1743)
  • Bump @playwright/browser-chromium from 1.42.1 to 1.43.1 (#1742)

v2.30.0

10 Apr 13:08
v2.30.0
0ac1dad
Compare
Choose a tag to compare

ENHANCEMENTS:

BUG FIXES:

INTERNAL:

  • Webdriver.io End to End Testing (#1691)
  • Add test fixture files for E2E test (#1721)
  • Remove unused packages (#1731)
  • Bump axios from 1.6.5 to 1.6.8 (#1712)
  • Bump ts-loader from 9.5.0 to 9.5.1 (#1715)
  • Bump chai from 4.3.10 to 4.4.1 (#1714)
  • Bump msw from 1.3.2 to 1.3.3 (#1717)
  • Bump ts-jest from 29.1.1 to 29.1.2 (#1720)
  • Bump typescript from 5.2.2 to 5.4.4 (#1719, #1734)
  • Bump @vscode/test-electron from 2.3.8 to 2.3.9 (#1713)
  • Bump eslint from 8.53.0 to 8.57.0 (#1710)
  • Bump mocha from 10.2.0 to 10.4.0 (#1728)
  • Bump @vscode/vsce from 2.22.0 to 2.24.0 (#1727)
  • Bump semver from 7.5.4 to 7.6.0 (#1726)
  • Bump glob from 10.3.10 to 10.3.12 (#1725)
  • Bump webpack from 5.89.0 to 5.91.0 (#1733)
  • Bump @playwright/browser-chromium from 1.40.1 to 1.42.1 (#1718)

v2.29.5

12 Mar 12:52
v2.29.5
40cfa61
Compare
Choose a tag to compare

BUG FIXES:

INTERNAL:

  • build(deps): Bump workflows to latest trusted versions (#1695, #1704, #1706)