-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Some formatting breaks in lambda functions #624
Comments
It might be worth checking whether #605 fixes this. You can download the |
I can say for sure that #605 does not fix this yet, but when it gets fixed that's where you'll be able to find it. |
Pretty sure this was fixed and published, but I just added your example as a test case to make sure we don't have a regression. |
Godot version
4.2.1
VS Code version
VSCodium 1.87.1
Godot Tools VS Code extension version
2.0.0
System information
macOS 14.4
Issue description
I'm not sure if other operators misbehaves but I also remember seeing the syntax coloring breaking in a lambda but can't remember what/where that was, but when using an equals sign in a lambda:
becomes:
(it also happens when the lambda content is on the same row)
Steps to reproduce
Take the example code above and just save the file
The text was updated successfully, but these errors were encountered: