Skip to content

Commit ee59ee3

Browse files
Remove lunch configuration from test harness
1 parent 34a6bf5 commit ee59ee3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
7373
// don't bother. Can be re-enabled if we ever need it; on windows it only
7474
// hangs some of the time, so might be enough to get a crash dump when you
7575
// need it.
76-
launchArgs:
77-
useLegacyVscode || os.platform() === "win32"
78-
? undefined
79-
: [`--crash-reporter-directory=${crashDir}`, `--logsPath=${logsDir}`],
76+
// launchArgs:
77+
// useLegacyVscode || os.platform() === "win32"
78+
// ? undefined
79+
// : [`--crash-reporter-directory=${crashDir}`, `--logsPath=${logsDir}`],
8080
});
8181

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

0 commit comments

Comments
 (0)