-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
The 2.1.7 update has introduced at least one formatting error I've noticed. Specifically, indentation formatting ignores the STOP statement.
To Reproduce
Steps to reproduce the behavior:
- Enter the code below
IF TRUE THEN
CRT 'TRUE'
STOP
END
- Save the code to activate formatting
Result with 2.1.7
IF TRUE THEN
CRT 'TRUE'
STOP <-- Indenting ingnored
END
Expected Result
IF TRUE THEN
CRT 'TRUE'
STOP <-- Correct indentation (2.1.6)
END
Versions of applicable software
- macOS 15.3.2 and 12.7.6
- MV Basic Extension 2.1.7
- VS Code 1.98.2
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed