| 1 | import { strict as assert } from "assert"; |
| 2 | import * as vs from "vscode"; |
| 3 | import { startFakeDebugSession } from "../../debug_helpers"; |
| 4 | import { activate, privateApi, sb } from "../../helpers"; |
nothing calls this directly
no test coverage detected