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

    Contributes directories outside the workspace roots that the AI workspace tools may access, in addition to the user-configured ai-features.workspaceFunctions.allowedExternalPaths. This is meant for locations Theia owns and resolves itself, such as the memory store of the current workspace, whose path is generated and can therefore not be named in a preference by the user.

    interface AccessibleRootContribution {
        getRoots(): Promise<URI[]>;
    }

    Implemented by

    Index

    Methods

    Methods