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
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:
Result with 2.1.7
Expected Result
Versions of applicable software