Skip to content

Commit 1eb2613

Browse files
Try shell argument when installing extensions on windows
1 parent f2f3267 commit 1eb2613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/runTestsCI.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ function installExtensionDependencies(vscodeExecutablePath: string) {
5858
const { status, signal, error } = cp.spawnSync(cli, extensionInstallArgs, {
5959
encoding: "utf-8",
6060
stdio: "inherit",
61+
shell: process.platform === "win32",
6162
});
6263

6364
const messageParts: string[] = [];

0 commit comments

Comments
 (0)