mark-wiemer-org / ahkpp

AutoHotkey Plus Plus (AHK++) - AutoHotkey v1 and v2 support for VS Code
https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus
Other
152 stars 10 forks source link

format code feature changes the number of spaces in a constant string #417

Closed CandyTek closed 8 months ago

CandyTek commented 8 months ago

Description

When I tried to format the ahk1 code, the number of spaces within the string was reduced, causing the program to run incorrectly. this.file.write("RIFF ")

Reproduction steps

Expected behavior

Additional context

CandyTek commented 8 months ago

Setting items can be changed. https://github.com/mark-wiemer-org/ahkpp/issues/411#issuecomment-1741649349