Unverified Commit 13521bc5 authored by William's avatar William Committed by GitHub

Remove azure terraform extension (#1267)

* Remove azure terraform extension

* Update README.md
parent 5c67da03
...@@ -28,9 +28,6 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la ...@@ -28,9 +28,6 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
### VS Code Extensions ### VS Code Extensions
- `HashiCorp.terraform` - `HashiCorp.terraform`
- `ms-azuretools.vscode-azureterraform`
## Licensing ## Licensing
......
...@@ -59,15 +59,13 @@ ...@@ -59,15 +59,13 @@
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"HashiCorp.terraform", "HashiCorp.terraform"
"ms-azuretools.vscode-azureterraform"
], ],
"settings": { "settings": {
"terraform.languageServer.enable": true, "terraform.languageServer.enable": true,
"terraform.languageServer.args": [ "terraform.languageServer.args": [
"serve" "serve"
], ]
"azureTerraform.terminal": "integrated"
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment