Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
## New Features
- CodeLens contribution can be disabled
  via configuration (closes #73)
- Make it possible to exclude paths from indexing
  (by default excludes `.terraform`, closes #72)
  • Loading branch information
mauve committed Apr 30, 2018
1 parent a383063 commit 4448573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## New Features
- CodeLens contribution can be disabled via configuration (closes #73)
- Make it possible to exclude paths from indexing (by default excludes `.terraform`, closes #72)

# 1.0.1 (bugfix)

Expand Down
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.1",
"version": "1.0.2",
"publisher": "mauve",
"license": "BSD-3-Clause",
"engines": {
Expand Down

0 comments on commit 4448573

Please sign in to comment.