Skip to content

Commit bf57c3e

Browse files
authored
Usage: Update VS Code extension instructions (hashicorp#202)
1 parent 9c4e997 commit bf57c3e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/USAGE.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,14 @@ endif
109109

110110
## VS Code
111111

112-
See our [Terraform VS Code Extension](https://github.com/hashicorp/vscode-terraform) repository.
112+
- Install [Terraform VS Code Extension](https://marketplace.visualstudio.com/items?itemName=hashicorp.terraform) `>=2.0.0`
113+
- Latest version of the language server should be installed automatically on VS Code launch
114+
- In case you are upgrading from v1 you may need to reset the settings to reflect v2 default, as shown below
115+
116+
```json
117+
"terraform.languageServer": {
118+
"args": [
119+
"serve",
120+
],
121+
},
122+
```

0 commit comments

Comments
 (0)