@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface FileWatcherDescription

    One declared file watcher.

    interface FileWatcherDescription {
        debounceDelayMs: number | undefined;
        dependencies: Readonly<Record<string, string>>;
        events: readonly string[];
        id: string;
        ignorePatterns: readonly string[];
        maxBatchSize: number | undefined;
        maxWaitMs: number | undefined;
        moduleId: string;
        patterns: readonly string[];
    }
    Index
    debounceDelayMs: number | undefined
    dependencies: Readonly<Record<string, string>>
    events: readonly string[]

    Event kinds watched, or the default three when unspecified.

    id: string
    ignorePatterns: readonly string[]
    maxBatchSize: number | undefined
    maxWaitMs: number | undefined
    moduleId: string
    patterns: readonly string[]

    Globs, with a relative pattern rendered as <base>::<glob>.