We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd3cd4 commit af24ab1Copy full SHA for af24ab1
src/utilities.ts
@@ -10,10 +10,7 @@ import { getGlobalCoverageData } from "./vcastTestInterface";
10
import { rebuildEnvironment } from "./vcastAdapter";
11
import { rebuildEnvironmentCallback } from "./callbacks";
12
import { executeWithRealTimeEchoWithProgress } from "./vcastCommandRunner";
13
-import {
14
- clicastCommandToUse,
15
- getVectorCastInstallationLocation,
16
-} from "./vcastInstallation";
+import { getVectorCastInstallationLocation } from "./vcastInstallation";
17
18
const fs = require("fs");
19
const glob = require("glob");
0 commit comments