vscode-terraform icon indicating copy to clipboard operation
vscode-terraform copied to clipboard

Add Terraform version info

Open jpogran opened this issue 2 years ago • 0 comments

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

jpogran avatar Jul 26 '22 16:07 jpogran