Theia API Documentation v1.65.0
    Preparing search index...

    Additional information about the uri being opened.

    interface OpenExternalUriContext {
        sourceUri: Uri;
    }
    Index

    Properties

    Properties

    sourceUri: Uri

    The uri that triggered the open.

    This is the original uri that the user clicked on or that was passed to openExternal. Due to port forwarding, this may not match the resolvedUri passed to openExternalUri.