You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the option to choose to disable ; (out) preceding all stdout lines in the Hy client.
This would be beneficial to having a more legible log. It would also permit the syntax highlighter to style output differently than comments, whose own styling might be intentionally more discreet than other elements.
The Clojure nrepl client already includes this feature as a settable option.
The text was updated successfully, but these errors were encountered:
It would be nice to have the option to choose to disable
; (out)
preceding allstdout
lines in the Hy client.This would be beneficial to having a more legible log. It would also permit the syntax highlighter to style output differently than comments, whose own styling might be intentionally more discreet than other elements.
The Clojure nrepl client already includes this feature as a settable option.
The text was updated successfully, but these errors were encountered: