-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
false "No Declaration found" #1698
Comments
We just released a new version 2.29.5. This fixes the reported bug. The update should appear automatically in VS Code. Thank you for the report @uhofstoetter In case you experience any different validation related bug, please do let us know through a new issue. |
@dbanck I confirm it's working well for me now, awesome! thanks |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Extension Version
v2.29.4
VS Code Version
Version: 1.86.2 (user setup)
Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda
Date: 2024-02-13T19:40:56.878Z
Electron: 27.2.3
ElectronBuildId: 26908389
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Windows_NT x64 10.0.19045
Operating System
Windows 10 Pro Version 22H2
Terraform Version
Terraform v1.7.4 on windows_amd64
Steps to Reproduce
locals {
mymap = {
"key1" = "value2",
"key2" = "value2",
}
mylist = join(" ", [for key, value in local.mymap : "${key} = ${value},"])
}
"No Declaration found" is reported although the declaration is there and evaluated correctly on terraform
Expected Behavior
no false error is reported
Actual Behavior
false error is reported
Terraform Configuration
No response
Project Structure
No response
Gist
No response
Anything Else?
No response
Workarounds
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: