Bitwise operators is formatted incorrectly
beicause opened this issue · 3 comments
beicause commented
Godot version
Don't matters. reproducible without Godot LSP
VS Code version
1.90.2
Godot Tools VS Code extension version
2.0.0
System information
Linux Mint 21.3 (Virginia) - X11
Issue description
<<
, >>
will be formatted to < <
, > >
, which is a syntax error in gdscript as below:
Steps to reproduce
Format gdscript code containing bitwise operators.
atirut-w commented
Huh, what happened for you to close it without context?
DaelonSuzuka commented
I'm guessing he noticed that this has been reported before?