Skip to content

Commit af24ab1

Browse files
authored
Removed unused import (#294)
Deletes unused import so that we can build the vsix package.
1 parent bbd3cd4 commit af24ab1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/utilities.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ import { getGlobalCoverageData } from "./vcastTestInterface";
1010
import { rebuildEnvironment } from "./vcastAdapter";
1111
import { rebuildEnvironmentCallback } from "./callbacks";
1212
import { executeWithRealTimeEchoWithProgress } from "./vcastCommandRunner";
13-
import {
14-
clicastCommandToUse,
15-
getVectorCastInstallationLocation,
16-
} from "./vcastInstallation";
13+
import { getVectorCastInstallationLocation } from "./vcastInstallation";
1714

1815
const fs = require("fs");
1916
const glob = require("glob");

0 commit comments

Comments
 (0)