clarified output: no pretty-printing here;
authorwenzelm
Sun, 02 Nov 2025 16:15:41 +0100
changeset 83457 6b99e12be6b5
parent 83456 8260cd98a7bc
child 83458 39829ff278e7
clarified output: no pretty-printing here;
src/Tools/VSCode/src/vscode_sledgehammer.scala
--- a/src/Tools/VSCode/src/vscode_sledgehammer.scala	Sun Nov 02 16:07:47 2025 +0100
+++ b/src/Tools/VSCode/src/vscode_sledgehammer.scala	Sun Nov 02 16:15:41 2025 +0100
@@ -26,7 +26,7 @@
   }
 
   private def consume_output(output: Editor.Output): Unit = {
-    val content = XML.string_of_body(output.messages)
+    val content = XML.string_of_body(Pretty.unbreakable(output.messages))
     server.channel.write(LSP.Sledgehammer_Output(content))
   }