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 6947cd0 commit c21052eCopy full SHA for c21052e
e2e-test-ws/launch.js
@@ -56,7 +56,7 @@ async function main(vsixPathOrLabel, testWorkspace) {
56
const result = cp.spawnSync(cliPath, launchArgs, {
57
encoding: 'utf-8',
58
stdio: 'inherit',
59
- shell: true,
+ // shell: true,
60
windowsVerbatimArguments: true,
61
});
62
console.log('Spawn result:', result);
0 commit comments