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 848f14d commit 1208cf6Copy full SHA for 1208cf6
client/src/setupCommands.ts
@@ -58,7 +58,7 @@ export function setupCommands(context: ExtensionContext) {
58
let cmd = `${path} cli --sketch="${dirname(resource.fsPath)}" --run`;
59
if (process.platform === "win32") {
60
// on windows we need to pipe stderr to stdout and convert to string
61
- cmd += ` 2>&1 | Out-String`;
+ cmd += ` 2>&1`;
62
}
63
64
terminal.sendText(cmd, true);
0 commit comments