| 10 | import { getMaybeProxiedCodeServer, idleTimer, tmpdir } from "../../utils/helpers" |
| 11 | |
| 12 | interface CodeServerProcess { |
| 13 | process: cp.ChildProcess |
| 14 | address: string |
| 15 | } |
| 16 | |
| 17 | class Context { |
| 18 | private _canceled = false |
nothing calls this directly
no outgoing calls
no test coverage detected