Skip to content

FCS: ; token reported as FSharpTokenKind.SemicolonSemicolon #19015

Description

@Jand42

Instead of mapping to FSharpTokenKind.Semicolon, the SEMICOLON token also gets reported via the compiler service as FSharpTokenKind.SemicolonSemicolon

| SEMICOLON -> FSharpTokenKind.SemicolonSemicolon

while the FSharpTokenKind.Semicolon case remains unused.

Fix is trivial.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions