Releases: hashicorp/vscode-terraform
Releases · hashicorp/vscode-terraform
v2.8.2
- Change telemetry value for the language server version to make it easier to filter (#582)
Bugs:
- Match correct language server binary name per platform – fixes language server upgrade problems on Windows (#583)
- Rescue version check errors on language server install (#584)
v2.8.1
Bugs:
- Improve error message for failed language server install (#580)
- Add telemetry for tracking language server installed and upgrade versions (#579)
v2.8.0
- Add stopClient and execWorkspaceCommand telemetry events (#577)
Bugs:
- Cancel language server install when upgrade message is closed (#570)
v2.7.0
- Add telemetry for error reporting (#557)
Language server integration:
- Use version JSON output of LS during installation (#560)
v2.6.0
- Execute terraform plan and apply using the VSCode terminal (#551)
v2.5.0
Features:
- Add setting for experimental features to enable validateOnSave (#536)
- Add terraform validate command (#540)
v2.4.0
Features:
- Use amd64 binary to support Apple Silicon Macs (#527)
- Add command and statusbar interface for running terraform init (#495)
Language Server integration:
- Read LS version from stdout (#512)
- Prepare for semantic token based highlighting (#523)
v2.3.0
Notes:
- Set up integration tests in GitHub actions (#483)
Bugs:
- Fix 32bit downloads of language server (#483)
- Prune nested workspace folders to prevent running multiple language servers for the same directory (#499)
- Prefix workspace command names to prevent multi-instance name collisions (#514)
v2.2.3
Bugs:
- Update object syntax highlighting to fix unmatched cases (#485)
v2.2.2
Bugs:
- Fix additional object key matching issues (#478)