Skip to content

Commit 8a16159

Browse files
launch arg
1 parent af63d4b commit 8a16159

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
8181
// don't bother. Can be re-enabled if we ever need it; on windows it only
8282
// hangs some of the time, so might be enough to get a crash dump when you
8383
// need it.
84-
launchArgs:
85-
useLegacyVscode || os.platform() === "win32"
86-
? ["--force-node-api-uncaught-exceptions-policy=true"]
87-
: [`--crash-reporter-directory=${crashDir}`, `--logsPath=${logsDir}`],
84+
launchArgs: ["--force-node-api-uncaught-exceptions-policy=true"],
8885
});
8986

9087
console.log(`Returned from "runTests" with value: ${code}`);

0 commit comments

Comments
 (0)