mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
new proposed API stopDebugging; see #101883
This commit is contained in:
@@ -868,6 +868,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
}
|
||||
return extHostDebugService.startDebugging(folder, nameOrConfig, parentSessionOrOptions || {});
|
||||
},
|
||||
stopDebugging(session: vscode.DebugSession | undefined) {
|
||||
return extHostDebugService.stopDebugging(session);
|
||||
},
|
||||
addBreakpoints(breakpoints: vscode.Breakpoint[]) {
|
||||
return extHostDebugService.addBreakpoints(breakpoints);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user