Fork me on GitHub
#chlorine-clover
<
2021-09-22
>
mauricio.szabo13:09:55

Can you send me the keybinding, and the name of the task? Maybe I can somehow debug here

mauricio.szabo13:09:03

(also, does the other tasks are also showing the task selector, or are they running correctly?)

seancorfield16:09:16

All the other tasks run just fine. See my vscode-clover-setup github repo for the code and bindings.

seancorfield16:09:09

There seems to be a whole new machinery around registering tasks since the security overhaul but I can't see why it only affected the new task I added not the existing tasks.

mauricio.szabo16:09:49

Right, I'll try to debug it. Is it the tap-add-libs command that's opening the task selector?

seancorfield16:09:48

portal-clear at the bottom

mauricio.szabo16:09:50

Try to replace the command here: https://github.com/seancorfield/vscode-clover-setup/blob/develop/keybindings.json#L46 with Clover: Portal clear (the last c is lowercase), see if it works

mauricio.szabo16:09:46

(I always think there should be an easier way to make these keybindings, even on Atom, but anyway...)

seancorfield16:09:47

OMG! That was it! I feel like such an idiot 😞 Thank you!

mauricio.szabo16:09:34

No worries, the whole VSCode changing things now and there always makes me think if I'm making some mistake or if that's how things are 😅

seancorfield16:09:20

It kept offering me task definition options, and wanting to create tasks.json files in various places... that's why I thought maybe it was a new security option! 🙂

seancorfield16:09:58

I made just a few minimal changes to my config.cljs file to move some features from my Reveal customizations directly into Clover (essentially) so that I could switch to Portal for a while and try that out -- and it made me appreciate Clover even more!

mauricio.szabo16:09:43

Wonderful! Hope I can find time to make a new Clover version soon too 🙂

2