| 1 | import { strict as assert } from "assert"; |
| 2 | import { commands } from "vscode"; |
| 3 | import { DaemonCapabilities } from "../../shared/capabilities/flutter"; |
| 4 | import * as f from "../../shared/flutter/daemon_interfaces"; |
nothing calls this directly
no test coverage detected