Releases: hashicorp/terraform-ls
Releases · hashicorp/terraform-ls
v0.19.1
BUG FIXES:
- Fix 'go to references' for resources & data sources (#587)
INTERNAL:
- build(deps): bump github.com/creachadair/jrpc2 from 0.17.0 to 0.18.0 (#550)
v0.19.0
FEATURES:
- Go to attribute/block from reference (#569)
- Go to references from an attribute or a block (#572, #580)
ENHANCEMENTS:
- Support multiple folders natively (#502)
- Make references scope & type aware (#582)
BUG FIXES:
- fix: avoid crash on empty file formatting (#578)
Note for Terraform VS Code Extension users:
Extension version 2.12+ is recommended before upgrading to this version of language server. See hashicorp/vscode-terraform#682 for more details.
v0.18.3
BUG FIXES:
- fix: avoid circular references to list/map/object attributes (which caused high CPU usage on copy) (#575)
v0.18.2
ENHANCEMENTS:
- Provide (less verbose) step-based completion (#566)
BUG FIXES:
- Mock out code lens support to avoid errors (#561)
v0.18.1
ENHANCEMENTS:
- Support for references to variables and locals (#553)
- tfvars: Infer variable types from default values where not explicitly specified (#554)
BUG FIXES:
- Prevent var names from being completed in label (#555)
v0.18.0
FEATURES:
- Add support for
tfvars
(variable files) (#540)
ENHANCEMENTS:
- Add support for state backends (#544)
- Add support for provisioners (#542)
- Support for type declarations (variable
type
) (#490)
- Support variable
default
(#543)
v0.17.1
BUG FIXES:
- Reduce CPU usage via custom Copy methods instead reflection (#513)
v0.16.3
ENHANCEMENTS:
- Increase request concurrency & make it configurable via
-req-concurrency
flag of serve
command (#489)
v0.16.2
ENHANCEMENTS:
- Support templated paths for
-cpuprofile
& -memprofile
flags of serve
(#501)
BUG FIXES:
- Avoid presenting stale diagnostics after document changes (#488)