Skip to content

When inside of a CE, wrong colour for the with keyword when capturing a type checked exception #224

@MangelMaxime

Description

@MangelMaxime

Image

exception TestException of string

let test =
    task {
        try
            ()
        with :? TestException as e ->
            failwithf "An error occurred: %s" e.Message
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions