We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4e997 commit bf57c3eCopy full SHA for bf57c3e
docs/USAGE.md
@@ -109,4 +109,14 @@ endif
109
110
## VS Code
111
112
-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`
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