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

"Problems" still reported after file is deleted or moved

Open bgdnlp opened this issue 11 months ago • 1 comments

Extension Version

v2.34.0

VS Code Version

Version: 1.95.3 (Universal) Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813 Date: 2024-11-13T14:50:04.152Z Electron: 32.2.1 ElectronBuildId: 10427718 Chromium: 128.0.6613.186 Node.js: 20.18.0 V8: 12.8.374.38-electron.0 OS: Darwin arm64 24.1.0

Operating System

macOS Sequoia 15.1.1

Terraform Version

1.9

Steps to Reproduce

  1. Create a new .tf file
  2. Write some invalid code
    variable {
      default = var.other
    }
    
  3. Delete the file

Expected Behavior

No more problems reported for that file.

Actual Behavior

Problems still reported.

Terraform Configuration

No response

Project Structure

No response

Gist

No response

Anything Else?

Might be related to the fact that problems are still reported even after a file is closed? Clearing problems when file is closed would work even better IMHO.

Workarounds

No response

References

No response

Help Wanted

  • [ ] I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

bgdnlp avatar Nov 30 '24 05:11 bgdnlp