Debug API for tracking current debug session; fixes #30157

This commit is contained in:
Andre Weinand
2017-07-06 00:26:17 +02:00
parent 78b912ee3f
commit 5eb21eaa8a
7 changed files with 66 additions and 2 deletions

View File

@@ -501,6 +501,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(); }
}
// --- proxy identifiers