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
seancorfield 2020-08-22T05:12:12.001100Z

(cross-posting from #rebl for those who care): In case anyone is on Windows, using WSL 1 (like me!), if you want to run REBL on WSL, you can install https://sourceforge.net/projects/vcxsrv/ and set `export DISPLAY=127.0.0.1:0` (on WSL 2, the host has a different IP to localhost), and then `clj -A:rebl:test:socket` (using my `dot-clojure` repo) will start up REBL in the current directory with test dependencies and a Socket REPL on port 50505, so you can connect Atom/Chlorine to it (which knows how to map Windows filesystem paths to WSL `/mnt/<drive>` paths). (edited)  Just tested this on my old Dell XPS 12, with the very latest Cognitect dev-tools (`com.cognitect/rebl {:mvn/version "0.9.241"}`) -- very happy to be able to use this setup

seancorfield 2020-08-22T05:12:32.001600Z

(this means I no longer have to worry about Powershell!)

borkdude 2020-08-22T12:51:09.001800Z

:)