未验证 提交 25c6703f 编写于 作者: C Connor Peet

debug: fix debugees blocking when writing stderr

Fixes #98976
上级 c258fff1
......@@ -263,6 +263,8 @@ export class ExecutableDebugAdapter extends StreamDebugAdapter {
channel.append(sanitize(data));
}
});
} else {
this.serverProcess.stderr!.resume();
}
// finally connect to the DA
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册