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 0d06295 commit c47befdCopy full SHA for c47befd
CodeFormatServer/src/Session/StandardIOSession.cpp
@@ -56,6 +56,7 @@ bool StandardIO::HasError()
56
void StandardIO::Write(std::string_view content)
57
{
58
asio::write(*_out, asio::buffer(content.data(), content.size()));
59
+ std::cout.flush();
60
}
61
62
#else
0 commit comments