Skip to content

Commit c21052e

Browse files
author
PEZ
committed
See if it is shell true that messes it up for macos
1 parent 6947cd0 commit c21052e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-test-ws/launch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function main(vsixPathOrLabel, testWorkspace) {
5656
const result = cp.spawnSync(cliPath, launchArgs, {
5757
encoding: 'utf-8',
5858
stdio: 'inherit',
59-
shell: true,
59+
// shell: true,
6060
windowsVerbatimArguments: true,
6161
});
6262
console.log('Spawn result:', result);

0 commit comments

Comments
 (0)