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 f3cbde6 commit 9252334Copy full SHA for 9252334
scripts/test/launchTestUtilities.ts
@@ -56,6 +56,7 @@ export async function invokeVSCodeCli(vsCodeExecutablePath: string, args: string
56
})
57
58
if (spawnResult.status !== 0) {
59
+ console.log('output: %s', spawnResult.output)
60
throw new Error(`VS Code CLI command failed (exit-code: ${spawnResult.status}): ${cli} ${cmdArgs}`)
61
}
62
0 commit comments