Releases: hashicorp/terraform-ls
Releases · hashicorp/terraform-ls
v0.2.1
19 May 21:26
Compare
Sorry, something went wrong.
No results found
BUG FIXES:
context: Refactor and fix duplicate key (#86 )
INTERNAL:
build: Sign archives checksum (#99 )
build: Publish artifacts to releases.hashicorp.com (#102 )
v0.2.0
07 May 15:47
Compare
Sorry, something went wrong.
No results found
FEATURES:
Add support for formatting (via terraform fmt) (#51 )
Add support for completing labels (#58 )
BUG FIXES:
Fix URI parsing for Windows paths (#73 )
terraform/exec: Make server work under non-admin users on Windows (#78 )
INTERNAL:
MacOS and Windows binaries are now signed (#48 )
Use Go 1.14.1 (previously 1.13.8) (#46 )
v0.1.0
25 Mar 15:28
Compare
Sorry, something went wrong.
No results found
Initial release
FEATURES:
Basic text synchronization with client (didOpen, didClose, didChange)
Basic block body completion support for attributes and nested blocks
Support for standard stdio transport
Support for TCP transport (useful for debugging, or reducing the number of LS instances running)