This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-22
Channels
- # announcements (2)
- # beginners (137)
- # chlorine-clover (13)
- # clj-kondo (3)
- # cljsrn (4)
- # clojure (52)
- # clojure-australia (3)
- # clojure-dev (2)
- # clojure-europe (34)
- # clojure-nl (1)
- # clojure-sg (3)
- # clojure-spec (1)
- # clojure-uk (12)
- # clojurescript (2)
- # clojureverse-ops (7)
- # code-reviews (3)
- # conjure (2)
- # cursive (18)
- # datavis (21)
- # datomic (34)
- # exercism (1)
- # figwheel-main (6)
- # graphql (3)
- # helix (21)
- # introduce-yourself (1)
- # jackdaw (1)
- # jobs (4)
- # jobs-discuss (32)
- # juxt (14)
- # leiningen (6)
- # lsp (35)
- # meander (19)
- # nrepl (2)
- # off-topic (37)
- # portal (40)
- # quil (5)
- # re-frame (45)
- # reagent (10)
- # releases (1)
- # remote-jobs (4)
- # reveal (15)
- # sci (7)
- # shadow-cljs (40)
- # spacemacs (3)
- # tools-build (2)
- # vim (17)
- # xtdb (11)
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!