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 7fcd97f commit 869e4c5Copy full SHA for 869e4c5
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -9,7 +9,7 @@ import {
9
runTests,
10
} from "@vscode/test-electron";
11
import { sync } from "cross-spawn";
12
-import * as os from "node:os";
+// import * as os from "node:os";
13
import * as path from "node:path";
14
15
/**
0 commit comments