# HG changeset patch # User wenzelm # Date 1497432767 -7200 # Node ID 5e1c1b366ac3aa16023114419cbb2e0b2e03146e # Parent 3f7067ba5df35931ba80b0a3733706ce43999dae tuned; diff -r 3f7067ba5df3 -r 5e1c1b366ac3 src/Tools/VSCode/src/protocol.scala --- a/src/Tools/VSCode/src/protocol.scala Tue Jun 13 22:39:57 2017 +0200 +++ b/src/Tools/VSCode/src/protocol.scala Wed Jun 14 11:32:47 2017 +0200 @@ -462,8 +462,8 @@ object Dynamic_Output { - def apply(body: String): JSON.T = - Notification("PIDE/dynamic_output", Map("content" -> body)) + def apply(content: String): JSON.T = + Notification("PIDE/dynamic_output", Map("content" -> content)) }