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

    Creates URIs for resources used in plugin contributions. Projects where plugin host is not located on the back-end machine and therefor resources cannot be loaded from the local file system in the back end can override the factory.

    interface PluginUriFactory {
        createUri(pkg: PluginPackage, pkgRelativePath?: string): URI;
    }

    Implemented by

    Index

    Methods

    Methods