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 af63d4b commit 8a16159Copy full SHA for 8a16159
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -81,10 +81,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
81
// don't bother. Can be re-enabled if we ever need it; on windows it only
82
// hangs some of the time, so might be enough to get a crash dump when you
83
// need it.
84
- launchArgs:
85
- useLegacyVscode || os.platform() === "win32"
86
- ? ["--force-node-api-uncaught-exceptions-policy=true"]
87
- : [`--crash-reporter-directory=${crashDir}`, `--logsPath=${logsDir}`],
+ launchArgs: ["--force-node-api-uncaught-exceptions-policy=true"],
88
});
89
90
console.log(`Returned from "runTests" with value: ${code}`);
0 commit comments