Skip to content

Commit e617ec8

Browse files
committed
attempt to fix windows CI
1 parent 23312b2 commit e617ec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
5656
const { status, signal, error } = cp.spawnSync(cli, extensionInstallArgs, {
5757
encoding: "utf-8",
5858
stdio: "inherit",
59+
shell: true,
5960
});
6061

6162
console.log("status: ", status);

0 commit comments

Comments
 (0)