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 684b1e7 commit 8959322Copy full SHA for 8959322
lldb/tools/lldb-dap/ProgressEvent.cpp
@@ -110,7 +110,6 @@ json::Value ProgressEvent::ToJSON() const {
110
std::string progress_id_str;
111
llvm::raw_string_ostream progress_id_strm(progress_id_str);
112
progress_id_strm << m_progress_id;
113
- progress_id_strm.flush();
114
body.try_emplace("progressId", progress_id_str);
115
116
if (m_event_type == progressStart) {
0 commit comments