This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-06
Channels
- # admin-announcements (1)
- # announcements (32)
- # babashka (38)
- # beginners (91)
- # braveandtrue (1)
- # calva (1)
- # cider (9)
- # cljsrn (19)
- # clojure (129)
- # clojure-bay-area (3)
- # clojure-europe (24)
- # clojure-italy (1)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-spec (10)
- # clojure-uk (24)
- # clojurescript (14)
- # community-development (7)
- # conjure (16)
- # cursive (3)
- # datomic (20)
- # defnpodcast (4)
- # emacs (11)
- # figwheel (2)
- # fulcro (5)
- # helix (6)
- # integrant (3)
- # jackdaw (5)
- # java (6)
- # jobs (1)
- # kaocha (13)
- # lsp (8)
- # malli (29)
- # meander (2)
- # off-topic (120)
- # pathom (3)
- # podcasts (6)
- # portal (6)
- # re-frame (27)
- # reagent (2)
- # releases (4)
- # remote-jobs (6)
- # rewrite-clj (9)
- # shadow-cljs (108)
- # xtdb (5)
Hey, I'm having trouble with connecting to shadow-cljs repl. I've used the regular shadow-cljs connection sequence couple of weeks ago and everything was fine, but now (I guess with recent vs code update) it never shows me a prompt in output window and don't evaluate my code inside editor. Has anything changed? I tried to build a custom connection sequence and can't figure out how to make that work. "connectCode" requires string when I put it in settings.json, but in the code https://github.com/BetterThanTomorrow/calva/blob/published/src/nrepl/connectSequence.ts here it has an object with build/repl keys. I read every doc available over and over again and ran out of ideas. Any help will be appreciated!