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

## Problem Statement User today already receives diagnostics for invalid HCL syntax, such as missing curly braces, double quotes etc. User can also trigger the `terraform validate` command which displays...

enhancement
diagnostics
meta

## Versions v2.23.0 ### Extension ``` ``` ### VS Code ``` Version: 1.69.0 Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9 Date: 2022-07-07T05:28:46.408Z (5 days ago) Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Darwin...

enhancement
terraform-ls

## Background We can build on https://github.com/hashicorp/vscode-terraform/issues/697 To further improve the UX, once we display required Terraform version and installed one (if any), we could take another step and highlight...

enhancement
needs-research

## Problem Statement Users don't always use a single Terraform version when they manage multiple codebases. Many of them upgrade when it's convenient or necessary. Users would therefore benefit from...

enhancement
extension-only

## Background While installing modules should not be a necessity to use the extension or the language server, it can sometimes help us provide more context and more accurate IntelliSense,...

enhancement

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

bug
syntax
extension-only

## Background Builtin snippets are generally context-less, unlike completion from the language server. Therefore, every single completion popup contains the same options, whether or not they're relevant. Furthermore, in most...

enhancement
technical-debt
extension-only

## Versions This feature does not yet exist in: - [x] the **latest** version of the extension (below) - [ ] the **latest** version of the language server (below) ###...

enhancement
extension-only