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 34a6bf5 commit ee59ee3Copy full SHA for ee59ee3
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -73,10 +73,10 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
73
// don't bother. Can be re-enabled if we ever need it; on windows it only
74
// hangs some of the time, so might be enough to get a crash dump when you
75
// need it.
76
- launchArgs:
77
- useLegacyVscode || os.platform() === "win32"
78
- ? undefined
79
- : [`--crash-reporter-directory=${crashDir}`, `--logsPath=${logsDir}`],
+ // launchArgs:
+ // useLegacyVscode || os.platform() === "win32"
+ // ? undefined
+ // : [`--crash-reporter-directory=${crashDir}`, `--logsPath=${logsDir}`],
80
});
81
82
console.log(`Returned from "runTests" with value: ${code}`);
0 commit comments