Theia API Documentation v1.65.0
    Preparing search index...
    interface DebugCompound {
        configurations: (string | { folder: string; name: string })[];
        name: string;
        preLaunchTask?: string | TaskIdentifier;
        stopAll?: boolean;
    }
    Index

    Properties

    configurations: (string | { folder: string; name: string })[]
    name: string
    preLaunchTask?: string | TaskIdentifier
    stopAll?: boolean