announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
mauricio.szabo 2020-11-06T22:11:35.367100Z

Just published Clover version 0.2.1 in VSCode marketplace and on Open VSX. Clover is a socket-REPL package for VSCode, VSCodium, Gitpod and Eclipse Theia (tested on all these platforms) that's a port of Chlorine (for Atom). On this version, custom commands are enabled! So you can use the same API that you use on Atom (in ClojureScript) to define new commands on VSCodium (they will all be available as Tasks under the folder Clover). More info on the README: https://github.com/mauricioszabo/clover#custom-commands Discussions, for now, on #chlorine channel

2
🤘 3
2020-11-13T00:37:46.423600Z

Wow neat. Even Eclipse Thea, interesting haha

mauricio.szabo 2020-11-13T15:40:23.426200Z

To be honest, I just found that Theia does not have some APIS that I use on Clover, so custom commands will not work at all. But yet, the "regular stuff" should work fine