Hi Greg, Yes it updates via the VSCode extensions interface. Note that it is pretty easy to use an older version. Just go to the J entry in the Extensions sidebar, click on the Cog, click "Install another Version...", and choose the version you want to install.
I've pretty much standardised on using WSL for my development - which is why I didn't realise until later that I'd broken the "send to terminal" hotkey experience for native Windows J. I'm actually looking forward to WSLg because I'm hoping I can get access to GUI facilities from J running in WSL. My understanding is that WSLg is using Wayland (rather than X11) and that rather than "imposing Win graphics" on remote Linux connections, it will let Linux use the Windows GPU to present Linux graphics on Windows. On Mon, Apr 26, 2021 at 3:05 AM greg heil <[email protected]> wrote: > Ric > > i presume one > updates through > VSCodes store > not PacMan > > i daren't respond > to VSCodes > "Reload Required" :-) > but thanks > for the extant version > > Seriously though > i got VSCode > bc it was the best way > to get a REPL for K > > K doesn't run in Win > ...except in WSL! > > WSLg, > which is coming SOON > (see DEV channel) > may be a problem too > as it may impose > Win graphics > on remote > Linux connections > > Supposedly though > it will implement > X etc > > ~greg > https//picsrp.github.io > > -- > > from: Ric Sherlock <[email protected]> > to: General forum <[email protected]> > date: Apr 25, 2021, 12:39 AM > subject: [Jgeneral] How to clear the current line in the Windows Jconsole? > > >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 > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
