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

    Interface for workspace scope path resolution. This allows the utility to work with multi-root workspaces.

    interface WorkspacePathResolver {
        toWorkspaceRelativePath(uri: URI): undefined | string;
    }
    Index

    Methods