Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mauve committed May 9, 2018
1 parent 6ccfb68 commit 8f3c712
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 449 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 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

## New Features
Expand Down
Loading

0 comments on commit 8f3c712

Please sign in to comment.