8000 Release v2.33.0 · hashicorp/vscode-terraform · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.33.0

Compare
Choose a tag to compare
@jpogran jpogran released this 15 Oct 14:00
· 76 commits to main since this release

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)
0