Interface DebugSessionOptionsBase

interface DebugSessionOptionsBase {
    startedByUser?: boolean;
    testRun?: TestRunReference;
    workspaceFolderUri?: string;
}

Hierarchy (view full)

Properties

startedByUser?: boolean
workspaceFolderUri?: string