Skip to content

Order lint diagnostics by source location in the Studio webview #140

@RitoG09

Description

@RitoG09

Problem

Lint diagnostics in the Studio webview are currently rendered in the order they are received, which can feel inconsistent for larger schemas.

Proposal

Introduce deterministic ordering for lint diagnostics rendered in the Studio webview, based on their source location:

  • Primary sort by line number

Benefits

  • Predictable and consistent presentation of diagnostics
  • Easier navigation for users reviewing multiple issues
  • No changes to linting logic or VS Code behavior

Screenshot

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions