Theia API Documentation v1.65.0
    Preparing search index...
    interface WatchingMatcherContribution {
        activeOnStart?: boolean;
        beginsPattern: string | WatchingPattern;
        endsPattern: string | WatchingPattern;
    }
    Index

    Properties

    activeOnStart?: boolean

    If set to true the background monitor is in active mode when the task starts. This is equals of issuing a line that matches the beginPattern

    beginsPattern: string | WatchingPattern
    endsPattern: string | WatchingPattern