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 23312b2 commit e617ec8Copy full SHA for e617ec8
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -56,6 +56,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
56
const { status, signal, error } = cp.spawnSync(cli, extensionInstallArgs, {
57
encoding: "utf-8",
58
stdio: "inherit",
59
+ shell: true,
60
});
61
62
console.log("status: ", status);
0 commit comments