proposed debug api: add support for custom DAP events

This commit is contained in:
Andre Weinand
2017-07-06 23:04:30 +02:00
parent bf3ea73cb2
commit 1291d9e870
8 changed files with 64 additions and 2 deletions

View File

@@ -502,6 +502,7 @@ export abstract class ExtHostTaskShape {
export abstract class ExtHostDebugServiceShape {
$acceptDebugSessionTerminated(id: DebugSessionUUID, type: string, name: string): void { throw ni(); }
$acceptDebugSessionActiveChanged(id: DebugSessionUUID | undefined, type?: string, name?: string): void { throw ni(); }
$acceptDebugSessionCustomEvent(id: DebugSessionUUID, event: any): void { throw ni(); }
}
// --- proxy identifiers