vscode-terraform
vscode-terraform copied to clipboard
Add Terraform version info
This commit adds a LanguageStatusItem that shows the discovered Terraform version in the current workspace. This utilizes the LSP request mechanism to automatically show the version when it is discovered for the currently open document.
This requires an open document and does not attempt to query for a folder because LanguageStatusItems only show for open documents.
Requires https://github.com/hashicorp/terraform-ls/pull/1016