Skip to content

VS Code editor sends incorrect range params to LSP when special characters are in the line #497

Open
@petetronic

Description

@petetronic

If a line has a character code point > U+FFFF, e.g. an emoji, the range params sent to the LSP for various operations, like hover, are invalid and beyond the range of the line length (i.e. the column number is greater than the logical line length).

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: editorIssues related to Editor category.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions