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

HashiCorp Terraform VSCode extension

Results 199 vscode-terraform issues
Sort by recently updated
recently updated
newest added

The "Toggle Line Comment" `editor.action.commentLine` is broken. (key combo in MacOS: `cmd /`) It works with other formats (yaml, json, c++, shell, etc) but its not (no longer?) working with...

bug
extension-only

## Versions ### Extension ``` v2.23.0 ``` ## Problem Statement I would like to be able to specify the [`TF_CLI_CONFIG_FILE` environment variable](https://www.terraform.io/cli/config/config-file) in the extension settings to make it per-workspace/per-folder....

enhancement

## Problem Statement Terraform supports many different [expressions](https://www.terraform.io/docs/language/expressions/index.html) via HCL. Some expressions might be more commonly used (e.g. static strings, numbers, booleans, scoped references...) and some less. Users expect an...

enhancement
meta

Follow-up to #719 --- ## Problem Statement Users can today introduce a new block into their configuration via completion ![2021-08-05 13 02 09](https://user-images.githubusercontent.com/287584/128346629-f3f95314-adfa-4fc4-b473-acf303ca4e04.gif) However the block is not considered complete/valid...

enhancement

## Versions This bug is reproducible in: - [ ] the **latest** version of the extension (below) - [ ] the **latest** version of the language server (below) ### Extension...

bug

# Versions This bug is reproducible in: vscode macos v1.66.2 extension v2.22.0 Starting terraform-ls 0.27.0 # Steps To Reproduce ``` git clone https://github.com/clembo590/issues.git --branch vscode_terraform_extension_first ``` on the left is...

enhancement

## Problem Statement Terraform has a rich ecosystem of providers published in the [Terraform Registry](https://registry.terraform.io/browse/providers). In order to use a provider in Terraform 0.12+, the user has to declare it...

enhancement
terraform-ls

This is part of https://github.com/hashicorp/vscode-terraform/issues/635 ## Problem Statement To allow a more straightforward configuration of linter settings for the language server, we expose those settings via the VS Code settings...

enhancement
linting

Closes #648. --- Command `terraform.apply` is already registered so this PR only adds it to extension manifest. https://github.com/hashicorp/vscode-terraform/blob/b5c8b6c7855c98918b6fe4d2fea0f11d1c438599/src/extension.ts#L66-L68 ![image](https://user-images.githubusercontent.com/22010517/126700170-aa7c8d77-c27d-412a-bfd5-f1b4c71beaf2.png)

enhancement