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

    Interface RunOptions

    Run options for a task.

    interface RunOptions {
        reevaluateOnRerun?: boolean;
    }
    Index

    Properties

    reevaluateOnRerun?: boolean

    Controls whether task variables are re-evaluated on rerun.