This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-20
Channels
- # announcements (4)
- # babashka (10)
- # beginners (8)
- # calva (13)
- # cherry (20)
- # cider (9)
- # clojure (11)
- # clojure-austin (2)
- # clojure-europe (3)
- # clojure-norway (3)
- # clojurescript (1)
- # datomic (5)
- # dev-tooling (9)
- # fulcro (5)
- # hyperfiddle (5)
- # instaparse (1)
- # lingy (1)
- # malli (21)
- # matrix (1)
- # missionary (9)
- # off-topic (12)
- # releases (2)
- # ring-swagger (8)
- # scittle (9)
- # shadow-cljs (20)
Is there some bug around folding? I noticed that when I open an editor, the fold option in the gutter exists, but the second I fold one of the fns, the folds vanish? I am on 2.0.444
Oh wow, doesn’t really even have to do with clicking. It just vanished after a second or so of having opened the editor
Choosing to fold from the command palette also has no effect thereafter.
Darnit. It dies quicker than I can get a screenshot of
Here’s a fold free gutter
Notice there’s nothing where the usual fold icon should be
Looks like this issue: https://github.com/BetterThanTomorrow/calva/issues/2486 Workaround in the issue description. From one of the comments it looks like it stopped working also with nightly
builds. Another workaround is to use the previous stable clojure-lsp release.
Thanks @U0ETXRFEW. There seems to be something about the nightly for sure. Backspacing an empty list on the first line throws an error
Just insert a ()
. remove the opening parentheses, and this pops up
Right. I am not sure what it is, didn’t look at it until this morning