Skip to content

Replace ISelectionPosition API with IBufferRange #2480

@Tyriar

Description

@Tyriar

This will allow us to have generic interfaces to represent a buffer range vs a viewport range

interface IBufferRange {
  start: IBufferCellPosition;
  end: IBufferCellPosition;
}
interface IBufferPosition {
  x: number;
  y: number;
}

More context: #2470

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/apitype/debtTechnical debt that could slow us down in the long run

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions