Theia API Documentation v1.65.0
    Preparing search index...
    • Opens an external item, e.g. a http(s) or mailto-link, using the default application.

      Note that showTextDocument is the right way to open a text document inside the editor, not this function.

      Parameters

      • target: Uri

        The uri that should be opened.

      Returns Thenable<boolean>

      A promise indicating if open was successful.