Skip to content

Commit 869e4c5

Browse files
Remove unused import
1 parent 7fcd97f commit 869e4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
runTests,
1010
} from "@vscode/test-electron";
1111
import { sync } from "cross-spawn";
12-
import * as os from "node:os";
12+
// import * as os from "node:os";
1313
import * as path from "node:path";
1414

1515
/**

0 commit comments

Comments
 (0)