Theia API Documentation v1.65.0
    Preparing search index...
    interface DebugConfigurationProviderDescriptor {
        handle: number;
        provideDebugConfiguration: boolean;
        resolveDebugConfigurations: boolean;
        resolveDebugConfigurationWithSubstitutedVariables: boolean;
        trigger: DebugConfigurationProviderTriggerKind;
        type: string;
    }
    Index

    Properties

    handle: number
    provideDebugConfiguration: boolean
    resolveDebugConfigurations: boolean
    resolveDebugConfigurationWithSubstitutedVariables: boolean
    type: string