| 33 | */ |
| 34 | |
| 35 | export interface ISessionLauncher<T extends IDebugSessionLike> { |
| 36 | launch(parentSession: Session<T>, target: ITarget, config: IPseudoAttachConfiguration): void; |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Encapsulates a running debug session under DAP |
no outgoing calls
no test coverage detected