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

    The representation of a task template used in the auto-generation of tasks.json

    interface TaskTemplateEntry {
        autoDetect: boolean;
        content: string;
        description: string;
        id: string;
        label: string;
        sort?: string;
    }
    Index

    Properties

    autoDetect: boolean
    content: string
    description: string
    id: string
    label: string
    sort?: string