(uuid: string)
| 247 | } |
| 248 | |
| 249 | export function getResumeLogMarker(uuid: string): string { |
| 250 | return `${uuid}: resumeLog`; |
| 251 | } |
| 252 | |
| 253 | export function runInteractiveSshTerminalCommand(args: ITerminalCommandArgs): Promise<ProcessReturnType> { |
| 254 | const disposables: vscode.Disposable[] = []; |
no outgoing calls
no test coverage detected