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

    Frontend endpoint for the backend's skill-folder watcher. The backend invokes notifyDidChangeInstalledSkills over RPC whenever ~/.agents/skills changes; consumers (the Extensions view contribution) subscribe to onDidChangeInstalledSkills to refresh their cards.

    Implements

    Index

    Constructors

    Properties

    onDidChangeInstalledSkills: Event<void> = ...
    onDidChangeInstalledSkillsEmitter: Emitter<void> = ...
    onDidStopWatching: Event<void> = ...
    onDidStopWatchingEmitter: Emitter<void> = ...

    Methods