mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
proposed debug api: add support for custom DAP events
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user