Skip to content

Commit

Permalink
Usage: Update VS Code extension instructions (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Jul 8, 2020
1 parent 9c4e997 commit bf57c3e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,14 @@ 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 reset the settings to reflect v2 default, as shown below

```json
"terraform.languageServer": {
"args": [
"serve",
],
},
```

0 comments on commit bf57c3e

Please sign in to comment.