I have implemented a change in the terminal support of the J extension for VSCode, such that when code is sent to the terminal from the editor, anything on the current line of the terminal is cleared first (it was annoying me that if anything was already on the command line, it would potentially impact on the code that was being sent to the terminal).
This works for the Linux version of jconsole, but breaks the terminal integration for jconsole.exe on Windows. Any ideas as to whether there is a ctrl code or similar that will clear the current Jconsole command line on Windows? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
