This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-24
Channels
- # adventofcode (2)
- # anglican (1)
- # announcements (4)
- # aws (2)
- # babashka (28)
- # beginners (18)
- # brompton (3)
- # calva (22)
- # clj-kondo (2)
- # cljdoc (29)
- # clojure (41)
- # clojure-europe (28)
- # clojure-gamedev (14)
- # clojure-nl (2)
- # clojure-spec (2)
- # clojure-sweden (1)
- # clojure-uk (6)
- # clojurescript (53)
- # css (3)
- # cursive (6)
- # duct (3)
- # emacs (5)
- # fulcro (29)
- # introduce-yourself (1)
- # liberator (5)
- # lsp (1)
- # malli (11)
- # meander (4)
- # nbb (11)
- # off-topic (17)
- # pathom (2)
- # polylith (8)
- # practicalli (1)
- # react (6)
- # reagent (11)
- # releases (2)
- # rewrite-clj (11)
- # shadow-cljs (59)
- # tools-deps (21)
- # vim (11)
Hmmm.. this is probably something I’ve done recently which has broken Calva jack-in, but I have no idea what and the error message isn’t helpful https://gist.github.com/gmp26/406dc44251b50132d3b085259e077017. The app is vorking, but no cljs repl connection. Anyone else met this?
I’ve seen the error message more often recently. But you are the first one that report it first working, the stop working, so maybe we can figure something out from your case… Have you changed anything in shadow-cljs.edn
recently? Are you using deps.edn
in combination with shadow?
Hi @U0ETXRFEW - interesting… I’m using shadow-cljs.edn and deps.edn. I’ve not changed the configuration for some time but I have added the scss-to-css VSCode plugin.
Reverted to HEAD, and cleared out some recently installed VSCode extensions (scss-to-css, and the microsoft remote development extensions), restarted VSCode, and jacked in, connecting to :app, but not :test. And it worked:
I can only imagine that it would be the remote extension, but my imagination has proven to be poor in similar cases before.
Yes - will do. It’s difficult to pin down but restarting VSCode from scratch is the only way I’ve found to clear the error.
OK - I’ve posted more context in https://gist.github.com/gmp26/406dc44251b50132d3b085259e077017, and made an issue