UNPKG

vscode-debugadapter

Version:
3 lines (2 loc) 129 B
import { DebugSession } from './debugSession'; export declare function runDebugAdapter(debugSession: typeof DebugSession): void;