godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.47k stars 148 forks source link

Fix formatter addes spaces into '**' #663

Closed hua-zhi-wan closed 4 weeks ago

hua-zhi-wan commented 4 weeks ago

Fixes #602

Simple but effective.
It won't wrongly add spaces in this code anymore.

var value = 10 ** 5
DaelonSuzuka commented 4 weeks ago

This was already fixed in #605.