Theia API Documentation v1.65.0
    Preparing search index...
    interface WatchingMatcher {
        activeOnStart: boolean;
        beginsPattern: WatchingPattern;
        endsPattern: 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: WatchingPattern
    endsPattern: WatchingPattern