chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
fabrao 2020-11-15T20:46:37.273500Z

@seancorfield You said you use your Atom / VSCode with WSL. How do you configure to work? Is your Editor in Windows or in Linux XWindow?

seancorfield 2020-11-15T20:47:25.274Z

VS Code has a Remote-WSL2 extension. I just followed the VS Code docs for that.

fabrao 2020-11-15T20:47:43.274300Z

Ohhhh

seancorfield 2020-11-15T20:48:13.275Z

With Atom, I ended up installing the Linux version on WSL2, and using VcXsrv (Xlaunch) on Windows to render X11 UIs.

seancorfield 2020-11-15T20:48:47.275800Z

When I run Reveal, I run that on WSL2 -- because that's where I start my REPL -- and its UI is rendered on Windows via VcXsrv.

fabrao 2020-11-15T20:49:55.276900Z

do you use docker in WSL2 too?

seancorfield 2020-11-15T20:50:21.277400Z

Originally, I ran Atom on Windows and the REPL on WSL2, relying on the smart mapping in Chlorine to detect the cross-platform file paths.

seancorfield 2020-11-15T20:51:02.278300Z

Yes, I run Docker on Windows via the backend WSL2 integration. I use it to run Percona (MySQL), Redis, and ElasticSearch.

fabrao 2020-11-15T20:53:03.279700Z

hum, that´s because I´m asking you about it. I wonder to use something like that. But don´t you have problems interconnect containers?

fabrao 2020-11-15T20:53:31.280100Z

I had problems using dockers in Windows

seancorfield 2020-11-15T21:00:07.280400Z

It all works perfectly as far as I can tell.

seancorfield 2020-11-15T21:00:32.281Z

My entire dev env is on WSL2, just as it was on macOS before. Everything works exactly the same way.

fabrao 2020-11-15T21:01:39.281500Z

thanks 4 ur informations