Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
- Support region for code-folding (`#region`, `#endregion`) (closes #63)
  • Loading branch information
mauve committed Apr 30, 2018
1 parent ecf7a71 commit fd1c360
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.3

## New Features
- Support region for code-folding (`#region`, `#endregion`) (closes #63)
- Add document links to the official terraform documentation (closes #68)

# 1.0.2

## New Features
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ Press `F2` to automatically rename a variable and its usages.

### CodeLens support

![CodeLens shows number of references](https://raw.githubusercontent.com/mauve/vscode-terraform/master/images/terraform-codelens-references.png)
![CodeLens shows number of references](https://raw.githubusercontent.com/mauve/vscode-terraform/master/images/terraform-codelens-references.png)

### Document Link support

![Click on resource type to go to documentation]((https://raw.githubusercontent.com/mauve/vscode-terraform/master/images/terraform-document-link.png)
Binary file added images/terraform-document-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "terraform",
"displayName": "Terraform",
"description": "Syntax highlighting, linting, formatting, and validation for Hashicorp's Terraform",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "mauve",
"license": "BSD-3-Clause",
"engines": {
Expand Down

0 comments on commit fd1c360

Please sign in to comment.