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

    Contributes further roots to scan for skills. Point this at the parent of the skill folders, never at a skill folder itself. Contributed roots form the lowest-precedence plugin tier, so a directory the user controls always wins a path collision.

    interface SkillDirectoryContribution {
        onDidChange?: Event<void>;
        getSkillDirectories(): MaybePromise<SkillDirectoryEntry[]>;
    }

    Implemented by

    Index

    Properties

    onDidChange?: Event<void>

    Methods