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

    Run options for a task.

    interface RunOptions {
        reevaluateOnRerun?: boolean;
    }
    Index

    Properties

    reevaluateOnRerun?: boolean

    Controls whether task variables are re-evaluated on rerun.