mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
incorporate debug API feedback
This commit is contained in:
@@ -475,6 +475,9 @@ export function createApiFactory(
|
||||
},
|
||||
onDidChangeActiveDebugSession: proposedApiFunction(extension, (listener, thisArg?, disposables?) => {
|
||||
return extHostDebugService.onDidChangeActiveDebugSession(listener, thisArg, disposables);
|
||||
}),
|
||||
onDidReceiveDebugSessionCustomEvent: proposedApiFunction(extension, (listener, thisArg?, disposables?) => {
|
||||
return extHostDebugService.onDidReceiveDebugSessionCustomEvent(listener, thisArg, disposables);
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user