Interface DebugSessionOptionsBase

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

Hierarchy (view full)

Properties

workspaceFolderUri?: string