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
### VS Code Extensions
- `HashiCorp.terraform`
- `ms-azuretools.vscode-azureterraform`
## Licensing
......
......@@ -59,15 +59,13 @@
"customizations": {
"vscode": {
"extensions": [
"HashiCorp.terraform",
"ms-azuretools.vscode-azureterraform"
"HashiCorp.terraform"
],
"settings": {
"terraform.languageServer.enable": true,
"terraform.languageServer.args": [
"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