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

    Constructors

    Properties

    taskDefinitionRegistry: TaskDefinitionRegistry
    taskProviderRegistry: TaskProviderRegistry
    tasksMap: Map<string, Map<string, Map<undefined | string, TaskConfiguration>>> = ...

    Map of source (name of extension, or path of root folder that the task config comes from) and task config map. For the second level of inner map, the key is task label. For the third level of inner map, the key is the task scope and value TaskConfiguration.

    Methods