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
4.4.dev5
1.93.1
2.3.0
osx 15.1.1(mac os)
The formatter removes the space before the interpolated variable {test}, which affects code readability and consistency.
Initial code:
description = """ test {test} """
After formatting:
description = """ test{test} """
The text was updated successfully, but these errors were encountered:
This appears to have already been fixed in #756, but I'm adding some tests cases to make sure.
The fix will be published in extension version 2.4.0, hopefully later this week.
2.4.0
Sorry, something went wrong.
No branches or pull requests
Godot version
4.4.dev5
VS Code version
1.93.1
Godot Tools VS Code extension version
2.3.0
System information
osx 15.1.1(mac os)
Issue description
The formatter removes the space before the interpolated variable {test}, which affects code readability and consistency.
Steps to reproduce
Initial code:
After formatting:
The text was updated successfully, but these errors were encountered: