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