We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v4.3.stable.steam [77dcf97d8]
1.96.2
2.3.0
Microsoft Windows 10 Home 10.0.19045 Build 19045
**= operator splits into ** = when reformatting code. This results in syntax errors.
**=
** =
test **= 2
test ** = 2
The text was updated successfully, but these errors were encountered:
I had no idea that was an operator...
Sorry, something went wrong.
Thanks for the bug report! Formatting this operator is fixed in #783 and will be published in the next release.
Successfully merging a pull request may close this issue.
Godot version
v4.3.stable.steam [77dcf97d8]
VS Code version
1.96.2
Godot Tools VS Code extension version
2.3.0
System information
Microsoft Windows 10 Home 10.0.19045 Build 19045
Issue description
**=
operator splits into** =
when reformatting code. This results in syntax errors.Steps to reproduce
test **= 2
test ** = 2
The text was updated successfully, but these errors were encountered: