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

    Describes a dynamic debug configuration provider with its label and associated types. Multiple debug types can share the same label (e.g., "Node.js" for "node", "pwa-node", etc.)

    interface DynamicDebugConfigurationProvider {
        label: string;
        types: string[];
    }
    Index

    Properties

    Properties

    label: string
    types: string[]