chlorine-clover 2021-09-22

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

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

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

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.

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

portal-clear at the bottom

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

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

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

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 😅

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

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!

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

👍🏻 1