chlorine-clover

mauricio.szabo 2021-09-22T13:34:55.010Z

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

mauricio.szabo 2021-09-22T13:36:03.010700Z

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

seancorfield 2021-09-22T16:03:16.012200Z

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

seancorfield 2021-09-22T16:05:09.014300Z

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.szabo 2021-09-22T16:08:49.015100Z

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

seancorfield 2021-09-22T16:11:48.015800Z

portal-clear at the bottom

mauricio.szabo 2021-09-22T16:12:50.016600Z

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.szabo 2021-09-22T16:13:46.017700Z

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

seancorfield 2021-09-22T16:17:47.018300Z

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

mauricio.szabo 2021-09-22T16:18:34.019Z

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 😅

seancorfield 2021-09-22T16:20:20.019900Z

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! 🙂

seancorfield 2021-09-22T16:21:58.021400Z

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.szabo 2021-09-22T16:39:43.025700Z

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

👍🏻 1