Skip to content

Instantly share code, notes, and snippets.

@joerx
Created April 16, 2020 04:09
Show Gist options
  • Save joerx/4161e57131ce498f913bc5b8a8427285 to your computer and use it in GitHub Desktop.
Save joerx/4161e57131ce498f913bc5b8a8427285 to your computer and use it in GitHub Desktop.
{
"[terraform]": {
"editor.formatOnSave": true,
"editor.tabSize": 2
},
"terraform.indexing": {
"enabled": false,
"liveIndexing": false,
"delay": 500,
"exclude": [
".terraform/**/*",
"**/.terraform/**/*"
]
},
"terraform.languageServer": {
"enabled": true,
"args": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment