Interface DebugConfigurationSessionOptions

interface DebugConfigurationSessionOptions {
    compound?: undefined;
    compoundRoot?: DebugCompoundRoot;
    configuration: DebugConfiguration;
    name: string;
    providerType?: string;
    testRun?: TestRunReference;
    workspaceFolderUri?: string;
}

Hierarchy (view full)

Properties

compound?: undefined
compoundRoot?: DebugCompoundRoot
configuration: DebugConfiguration
name: string
providerType?: string
workspaceFolderUri?: string