Skip to content

Commit

Permalink
Spawn vscode with shell
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Apr 23, 2024
1 parent 85ac022 commit 9097ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/e2eTestsOnVsix/install_extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ async function installExtension({ extensionType, extensionVersion }) {
const result = childProcess.spawnSync(cli, ['--install-extension', `${extensionName}@${extensionVersion}`], {
encoding: 'utf-8',
stdio: 'pipe',
shell: true,
})
console.log(result)
if (result.stderr.includes('Failed')) {
Expand Down

0 comments on commit 9097ed4

Please sign in to comment.