Skip to content

[BUG] 2.1.7 introduced formatting error #202

@kpowick

Description

@kpowick

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:

  1. Enter the code below
IF TRUE THEN
CRT 'TRUE'
STOP
END
  1. 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

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions