| 1 | import { DiffViewProvider, DIFF_VIEW_URI_SCHEME, DIFF_VIEW_LABEL_CHANGES } from "../DiffViewProvider" |
| 2 | import * as vscode from "vscode" |
| 3 | import * as path from "path" |
| 4 | import delay from "delay" |
nothing calls this directly
no test coverage detected