cxx-frontend
    Preparing search index...

    Type Alias ConnectionState

    ConnectionState:
        | { state: "connecting" }
        | { state: "open" }
        | { error: Error | undefined; state: "closed" }

    The state of the connection to a language server.