QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
13 stars 3 forks source link

Formatter: Replacing " " with " " in strings #128

Open LordDurus opened 1 year ago

LordDurus commented 1 year ago

The formatter is change " " (space+space) with a single space (" ")

LordDurus commented 1 year ago

These seems to only happen when the code is something like print " Test '" + name$ + "'"

It has something to do with the second +