Interface OpenExternalUriContext

Additional information about the uri being opened.

interface OpenExternalUriContext {
    sourceUri: Uri;
}

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.