Releases: hashicorp/vscode-terraform
Releases · hashicorp/vscode-terraform
1.2.3
1.2.2 (1.2.1)
1.2.0
Fixes
- Browsing workspace symbols works again
- Remove duplicates when suggesting completions (Closes #98)
- Show more information when browsing symbols (Closes #92)
- Add matching syntax for closing brackets Thanks to @pecigonzalo
- Do no show code-lenses for provider sections (references were incorrect anyway)
- Fix typos in README.md Thanks to @conradolega
Unimportant news
- Improved build instructions to make contributions easier
- Upgraded to gulp 4.0.0
- Use gulp for all build steps and workflows
1.1.1 (1.1.0)
Fixes
- Correctly track user session
- Indexing is now done per workspace folder rather than globally (closes #83)
- HIL parse errors are now correctly handled and surfaced in the Problems view
Features
- Very simple telemetry is now being reported if enabled (currently only an event is recorded when the plugin activates)
Telemetry
Currently only a simple activated
event is being recorded. All events include the version of VSCode and some other automatically provided properties by VSCode (refer: Common Properties).
The plugin respects the global telemetry opt-out (telemetry.enableTelemetry
) setting but you can also disable telemetry collection for just this plugin by setting terraform.telemetry.enabled
to false
.
You can read more about telemetry reporting in VSCode in the FAQ.
1.0.8
1.0.6
New Features
- Autocomplete now autocomplete builtin interpolation functions
- Autocomplete in interpolation should be more robust
.tfvars
Files are now correctly indexed so that Go To definition, Rename more now work as expected (Closes #80)- Autocomplete of top-level sections (e.g.
resource
,variable
for example) now uses snippets to speed up authoring
Experimental features
- Invoking the command
terraform.preview-graph
(Terraform: Preview Graph) will generate and show a clickable resource dependency graph
Fixes
- Correctly syntax highlight the
locals {}
keyword
1.0.5
1.0.3
1.0.2
Quick bugfix for 1.0.1
Fixes
- Fix racecondition during startup of larger projects