| 1 | import * as fs from "fs"; |
| 2 | import * as https from "https"; |
| 3 | import * as path from "path"; |
| 4 | import { debug, DebugAdapterTracker, DebugAdapterTrackerFactory, env, TelemetryLogger, TelemetrySender } from "vscode"; |
nothing calls this directly
no test coverage detected