This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-07
Channels
- # architecture (35)
- # babashka (9)
- # beginners (31)
- # biff (15)
- # calva (8)
- # catalyst (3)
- # cider (7)
- # clerk (4)
- # clj-kondo (24)
- # clj-yaml (10)
- # clojure (58)
- # clojure-europe (65)
- # clojure-japan (1)
- # clojure-nl (1)
- # clojure-norway (89)
- # clojure-spec (1)
- # clojure-sweden (1)
- # clojure-uk (8)
- # clojurescript (14)
- # cursive (3)
- # datahike (1)
- # datomic (29)
- # emacs (8)
- # graalvm (20)
- # graphql (1)
- # gratitude (2)
- # helix (6)
- # hyperfiddle (65)
- # jobs-discuss (7)
- # leiningen (1)
- # lsp (6)
- # malli (14)
- # missionary (12)
- # nrepl (8)
- # off-topic (24)
- # polylith (29)
- # reagent (14)
- # sci (14)
- # shadow-cljs (6)
- # spacemacs (10)
- # sql (4)
After vs code updated today I see this. I’ve removed the file it’s complaining about and actually everything in the .calva directory but still see this when i jack in. Anyone come across this before?
Have not seen such a thing. But, had your REPL really accumulated 50 MB of detritus? You could rename-it-to-save-it or maybe review it briskly and consider deleting it.
well maybe not. i rm’d the file to no avail but i truncated it and now i can jack in.
I just had a similar problem. Restarted VSCode (which I hadn’t done in a few days) and couldn’t start the REPL anymore. Nothing in the Calva Connection Log, nothing in the Calva Says, either. But in Extension Host output I found “`2023-09-12 13:53:13.080 [error] CodeExpectedError: cannot open file:///Users/pekeler/Projects/redsky/redsky/.calva/output-window/output.calva-repl. Detail: Files above 50MB cannot be synchronized with extensions.`
at n.$tryOpenDocument (
” After deleting the file, it seems to work again. So, same problem, but I didn’t get the graphical notification.