Skip to content

Commit 150bdc8

Browse files
committed
remove shell command temp
1 parent d667a91 commit 150bdc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/scripts/test/launchTestUtilities.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ async function invokeVSCodeCli(vsCodeExecutablePath: string, args: string[]): Pr
187187
const spawnResult = proc.spawnSync(cli, cmdArgs, {
188188
encoding: 'utf-8',
189189
stdio: 'pipe',
190-
shell: isWin(),
191190
})
192191

193192
if (spawnResult.status !== 0) {

0 commit comments

Comments
 (0)