Skip to content

Commit 41e7f74

Browse files
committed
2.0.2
1 parent e4c703f commit 41e7f74

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.0.2 (unreleased)
2+
3+
Bugs:
4+
5+
* Hide language server output window to prevent stealing focus
6+
7+
# 2.0.1
8+
9+
Fix for Marketplace listing issue
10+
111
# 2.0.0
212

313
The Terraform VSCode extension has [a new home at HashiCorp](https://www.hashicorp.com/blog/supporting-the-hashicorp-terraform-extension-for-visual-studio-code/)! We're integrating with a [new language server](https://github.com/hashicorp/terraform-ls) designed to create a stable integration with Terraform through public APIs. When you upgrade to v2.0.0, the new language server will be installed by default, and checking for updates automatically.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"publisher": "hashicorp",
88
"license": "MPL-2.0",
99
"engines": {

0 commit comments

Comments
 (0)