Skip to content

Commit 86a7363

Browse files
Try with more logging
1 parent 93df278 commit 86a7363

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
@@ -83,7 +83,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
8383
// need it.
8484
launchArgs:
8585
useLegacyVscode || os.platform() === "win32"
86-
? undefined
86+
? ["--force-node-api-uncaught-exceptions-policy=true"]
8787
: [`--crash-reporter-directory=${crashDir}`, `--logsPath=${logsDir}`],
8888
});
8989

0 commit comments

Comments
 (0)