Theia API Documentation v1.65.0
    Preparing search index...
    • Returns a formatted message string. The format is compatible with DebugProtocol.Message.format.

      Parameters

      • format: string

        A format string for the message. Embedded variables have the form {name}.

      • Optionalvariables: { [key: string]: string }

        An object used as a dictionary for looking up the variables in the format string.

      Returns string