Skip to content

Commit

Permalink
Usage: Update VS Code extension instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Jul 3, 2020
1 parent 655c113 commit 673af1d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,11 @@ endif

## VS Code

See our [Terraform VS Code Extension](https://github.com/hashicorp/vscode-terraform) repository.
- Install [Terraform VS Code Extension](https://marketplace.visualstudio.com/items?itemName=hashicorp.terraform) `>=2.0.0`
- Latest version of the language server should be installed automatically on VS Code launch
- In case you are upgrading from v1 you may need to remove `terraform.languageServer`
settings or just make it empty as shown below

```json
"terraform.languageServer": {}
```

0 comments on commit 673af1d

Please sign in to comment.