Skip to content

Commit 4448573

Browse files
committed
Release 1.0.2
## 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 parent a383063 commit 4448573

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

67
# 1.0.1 (bugfix)
78

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "Terraform",
55
"description": "Syntax highlighting, linting, formatting, and validation for Hashicorp's Terraform",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"publisher": "mauve",
88
"license": "BSD-3-Clause",
99
"engines": {

0 commit comments

Comments
 (0)