vscode

Quiet in here? Check #calva-dev out :smiley:
seancorfield 2020-03-02T19:42:33.006500Z

I'm just playing around with VS Code as an alternative to Atom and I'm trying to replicate my Atom/Chlorine setup as much as possible. So far I've installed parinfer (old version, only has indent/paren mode -- no smart mode), paredit, and Clover (the Chlorine variant). I can setup the same keybindings for Clover as for Chlorine (yay!) but now I want to add REBL integration. In Atom, you can add new commands via init.coffee (writing them in CoffeeScript). Is there a similar option for VS Code, to just write some JS/TypeScript in some sort of init file?

pez 2020-03-02T19:48:22.007400Z

I don't think there is, actually. Was just talking to a friend about that.

seancorfield 2020-03-02T19:54:00.008Z

So I'd have to create an extension in order to do that? That's... unfortunate...

pez 2020-03-02T19:59:05.009400Z

I'm not sure what it is you need to set up, though, so maybe there are options still. Can you describe?

seancorfield 2020-03-02T20:00:56.009900Z

@pez Essentially, I want to mimic this functionality https://github.com/seancorfield/atom-chlorine-setup/blob/master/init.coffee#L50-L67

pez 2020-03-02T20:14:25.011600Z

Clover needs to pick that variable up, right? So, maybe there is some minimum adaption to Clover needed in order to inject a wrapper like that.

2020-03-02T23:12:56.012400Z

@seancorfield if there were any other things you wanted / needed, please share as that can help in guiding some of my efforts 🙂