This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-05
Channels
- # announcements (8)
- # asami (70)
- # babashka (28)
- # beginners (163)
- # calva (7)
- # cider (15)
- # clj-kondo (47)
- # cljs-dev (45)
- # clojars (2)
- # clojure (56)
- # clojure-europe (24)
- # clojure-italy (1)
- # clojure-losangeles (2)
- # clojure-nl (4)
- # clojure-spec (2)
- # clojure-uk (53)
- # clojurescript (46)
- # data-oriented-programming (15)
- # data-science (10)
- # datahike (2)
- # defnpodcast (1)
- # depstar (27)
- # emacs (35)
- # figwheel-main (28)
- # fulcro (38)
- # girouette (1)
- # graphql (16)
- # jobs-discuss (3)
- # kaocha (9)
- # keechma (2)
- # leiningen (6)
- # lsp (87)
- # malli (19)
- # membrane (16)
- # pathom (4)
- # re-frame (11)
- # shadow-cljs (25)
- # spacemacs (2)
- # testing (12)
- # tools-deps (14)
- # tree-sitter (4)
- # xtdb (20)
@pez / @brandon.ringe - have you ever had the VSCode extension host fail to see any new code added (symptoms - new stuff making no difference, debugger breaks occur a few lines away from breakpoints, new vars not available in watches, etc)? No wonder I got nowhere when trying to move on that PR this morning! It's probably something silly in the environment I've missed, but I'm most puzzled (not to say frustrated). I'll boot into another OS and try there when I get a chance, but if you've come across this and have any ideas they'd be very welcome.
Otherwise though, I'm not sure why that would occur. But it sounds like it's using an old version of the code, which happens if you change something without building or with no watch running and then start the extension host.
And of course, for TS changes, you have to restart the extension host, but I'm guessing you're aware
Got it, thanks. Long-running watch task was in a hidden (and forgotten by me!) terminal, and had crashed. Cheers 😉