Interface DebugConfigurationProviderDescriptor

interface DebugConfigurationProviderDescriptor {
    handle: number;
    provideDebugConfiguration: boolean;
    resolveDebugConfigurationWithSubstitutedVariables: boolean;
    resolveDebugConfigurations: boolean;
    trigger: DebugConfigurationProviderTriggerKind;
    type: string;
}

Properties

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