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
jlmr 2020-03-24T13:00:46.201600Z

@mauricio.szabo, can you think of a workaround so I can still use Chlorine while this bug is resolved?

mauricio.szabo 2020-03-24T13:17:04.202200Z

Well, ou can always wrap your code in pr-str so it returns a string instead of an EDN

mauricio.szabo 2020-03-24T13:17:23.202700Z

But I'll think of a workaround in the meantime

mauricio.szabo 2020-03-24T13:18:26.203700Z

(it's a bit hard to think of a better workaround because it breaks the current Chlorine way of detecting when its ready to run a code, but I'll see if I can think in something)