Is there a way to turn off REPLs printing the java command on startup? I have line-wrap on and the classpath is large (big app many transitive deps) so it's taking up a very large amount of scroll height every time I restart. (Why I have to restart so often is a separate issue...)
So I scrolled back to the beginning, and it looks like the very first java command is 'folded' in some way (light green hightlight, everything after java is replaced with an elipsis), but on subsequent restarts I get the full java command in dark blue with all the JVM args and the full paths to the ~100 jar files in my local maven repo that my project is using.
Oh, I see, so it's on restarts in the same REPL session? That makes sense. I'll see if I can fix that.
No, that option is a different thing, which uses various means of shortening the command line path on Windows, which has maximum command line length limitations.
The Java command should be being folded so this isn't a problem, is that not happening for you? Could you send a screenshot after starting the REPL?
It could be different but using it makes the java command a lot shorter for me
Oh yes, it definitely does, what I mean is that its main purpose isn't to make it less visible in the output, the folding should do that.
I assume there's probably a setting for disabling that folding which Rachel might have enabled, but I can't find it right now.
perhaps