Skip to content
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

Fix incorrect validation for for-expressions #1890

Merged
merged 3 commits into from
Dec 10, 2024
Merged

Fix incorrect validation for for-expressions #1890

merged 3 commits into from
Dec 10, 2024

Conversation

dbanck
Copy link
Member

@dbanck dbanck commented Dec 9, 2024

This brings in the changes from hcl-lang:

While this doesn't improve completion due to the missing nested targets, it does improve the UX on hover, go-to-*, and validation.

UX Before

CleanShot 2024-12-05 at 12 53 54@2x

UX After

CleanShot 2024-12-05 at 12 53 30@2x

Closes #1867

@dbanck dbanck added the bug Something isn't working label Dec 9, 2024
@dbanck dbanck requested a review from a team as a code owner December 9, 2024 14:12
@dbanck dbanck merged commit 33be997 into main Dec 10, 2024
22 checks passed
@dbanck dbanck deleted the c-bump-hcl-lang branch December 10, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No declaration found for local variable when using list comprehensions
2 participants